#5C76BF

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

Shades of Havelock Blue #5C76BF

Tints of Havelock Blue #5C76BF

Color information

#5C76BF (or 0x5C76BF) is unknown color: approx Havelock Blue. HEX triplet: 5C, 76 and BF. RGB value is (92,118,191). Sum of RGB (Red+Green+Blue) = 92+118+191=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C76BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C76BF is #A38940. Grayscale: #767676. Windows color (decimal): -10717505 or 12547676. OLE color: 12547676.

HSL color Cylindrical-coordinate representation of color #5C76BF: hue angle of 224.24º degrees, saturation: 0.44, 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 #5C76BF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92118191-
CMYK0.520.3800.25
HSL224.24º43.61%55.49%-
HSV(B)224.24º51.83%74.9%-
XYZ20.318.9951.89-
YUV118.55168.89109.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.94%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 191 (75% from 255) = 47.63%
R=22.94%
G=29.43%
B=47.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921181910.520.3800.25224.2443.6155.49
Hex5C76BF3426019e02c37
Octal13416627764460313405467
Binary101110011101101011111111010010011001100111100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,118,191); }

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

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

 a { background-color: rgb(92,118,191); }

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

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

 span { border-color: rgb(92,118,191); }

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