#538ccc

Color #538CCC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #538CCC

Tints of Havelock Blue #538CCC

Color information

#538CCC (or 0x538CCC) is unknown color: approx Havelock Blue. HEX triplet: 53, 8C and CC. RGB value is (83,140,204). Sum of RGB (Red+Green+Blue) = 83+140+204=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #538CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CCC is #AC7333. Grayscale: #818181. Windows color (decimal): -11301684 or 13405267. OLE color: 13405267.

HSL color Cylindrical-coordinate representation of color #538CCC: hue angle of 211.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538CCC is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB83140204-
CMYK0.590.3100.2
HSL211.74º54.26%56.27%-
HSV(B)211.74º59.31%80%-
XYZ23.8424.9560.69-
YUV130.25169.6294.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=19.44%
G=32.79%
B=47.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal831402040.590.3100.2211.7454.2656.27
Hex538CCC3B1F014d43638
Octal12321431473370243246670
Binary101001110001100110011001110111111101010011010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538ccc; }

 p { color: rgb(83,140,204); }

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

<style>
 a { background-color: #538ccc; }

 a { background-color: rgb(83,140,204); }

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

<style>
 span { border-color: #538ccc; }

 span { border-color: rgb(83,140,204); }

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