#536ebc

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

Shades of Chetwode Blue #536EBC

Tints of Chetwode Blue #536EBC

Color information

#536EBC (or 0x536EBC) is unknown color: approx Chetwode Blue. HEX triplet: 53, 6E and BC. RGB value is (83,110,188). Sum of RGB (Red+Green+Blue) = 83+110+188=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #536EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EBC is #AC9143. Grayscale: #6E6E6E. Windows color (decimal): -11309380 or 12349011. OLE color: 12349011.

HSL color Cylindrical-coordinate representation of color #536EBC: hue angle of 224.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #536EBC is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83110188-
CMYK0.560.4100.26
HSL224.57º43.93%53.14%-
HSV(B)224.57º55.85%73.73%-
XYZ18.2216.6249.82-
YUV110.82171.55108.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=21.78%
G=28.87%
B=49.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831101880.560.4100.26224.5743.9353.14
Hex536EBC382901Ae12c35
Octal12315627470510323415465
Binary101001111011101011110011100010100101101011100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536ebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,188); }

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

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

 a { background-color: rgb(83,110,188); }

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

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

 span { border-color: rgb(83,110,188); }

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