#5C7ABE

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

Shades of Havelock Blue #5C7ABE

Tints of Havelock Blue #5C7ABE

Color information

#5C7ABE (or 0x5C7ABE) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7A and BE. RGB value is (92,122,190). Sum of RGB (Red+Green+Blue) = 92+122+190=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C7ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ABE is #A38541. Grayscale: #787878. Windows color (decimal): -10716482 or 12483164. OLE color: 12483164.

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

Color convert

RGB92122190-
CMYK0.520.3600.25
HSL221.63º42.98%55.29%-
HSV(B)221.63º51.58%74.51%-
XYZ20.6719.9151.47-
YUV120.78167.06107.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.77%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=22.77%
G=30.20%
B=47.03%

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
Decimal921221900.520.3600.25221.6342.9855.29
Hex5C7ABE3424019de2b37
Octal13417227664440313365367
Binary101110011110101011111011010010010001100111011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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