#536FBA

Color #536FBA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #536FBA

Tints of Chetwode Blue #536FBA

Color information

#536FBA (or 0x536FBA) is unknown color: approx Chetwode Blue. HEX triplet: 53, 6F and BA. RGB value is (83,111,186). Sum of RGB (Red+Green+Blue) = 83+111+186=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #536FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FBA is #AC9045. Grayscale: #6E6E6E. Windows color (decimal): -11309126 or 12218195. OLE color: 12218195.

HSL color Cylindrical-coordinate representation of color #536FBA: hue angle of 223.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #536FBA is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83111186-
CMYK0.550.4000.27
HSL223.69º42.74%52.75%-
HSV(B)223.69º55.38%72.94%-
XYZ18.1116.7548.73-
YUV111.18170.22107.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=21.84%
G=29.21%
B=48.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831111860.550.4000.27223.6942.7452.75
Hex536FBA372801Be02b35
Octal12315727267500333405365
Binary101001111011111011101011011110100001101111100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536FBA; }

 p { color: rgb(83,111,186); }

 H1.HeaderClassName
 {
   color: #536FBA;
 }
 .AnyTagClassName
 {
   color: #536FBA;
 }
</style>
background-color css

<style>
 a { background-color: #536FBA; }

 a { background-color: rgb(83,111,186); }

 div.DivClassName
 {
   background-color: #536FBA;
 }
 .BgClassName
 {
   background-color: #536FBA;
 }
</style>
border-color css

<style>
 span { border-color: #536FBA; }

 span { border-color: rgb(83,111,186); }

 td.TdClassName
 {
   border-color: #536FBA;
 }
 .TagClassName
 {
   border-color: #536FBA;
 }
</style>