#5C7AC0

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

Shades of Havelock Blue #5C7AC0

Tints of Havelock Blue #5C7AC0

Color information

#5C7AC0 (or 0x5C7AC0) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7A and C0. RGB value is (92,122,192). Sum of RGB (Red+Green+Blue) = 92+122+192=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C7AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7AC0 is #A3853F. Grayscale: #787878. Windows color (decimal): -10716480 or 12614236. OLE color: 12614236.

HSL color Cylindrical-coordinate representation of color #5C7AC0: hue angle of 222º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C7AC0 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92122192-
CMYK0.520.3600.25
HSL222º44.25%55.69%-
HSV(B)222º52.08%75.29%-
XYZ20.892052.63-
YUV121.01168.06107.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.66%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 192 (75.39% from 255) = 47.29%
R=22.66%
G=30.05%
B=47.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921221920.520.3600.2522244.2555.69
Hex5C7AC03424019de2c38
Octal13417230064440313365470
Binary101110011110101100000011010010010001100111011110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C7AC0; }

 p { color: rgb(92,122,192); }

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

<style>
 a { background-color: #5C7AC0; }

 a { background-color: rgb(92,122,192); }

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

<style>
 span { border-color: #5C7AC0; }

 span { border-color: rgb(92,122,192); }

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