#5C77BF

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

Shades of Havelock Blue #5C77BF

Tints of Havelock Blue #5C77BF

Color information

#5C77BF (or 0x5C77BF) is unknown color: approx Havelock Blue. HEX triplet: 5C, 77 and BF. RGB value is (92,119,191). Sum of RGB (Red+Green+Blue) = 92+119+191=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C77BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C77BF is #A38840. Grayscale: #767676. Windows color (decimal): -10717249 or 12547932. OLE color: 12547932.

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

Color convert

RGB92119191-
CMYK0.520.3800.25
HSL223.64º43.61%55.49%-
HSV(B)223.64º51.83%74.9%-
XYZ20.4119.2351.93-
YUV119.14168.55108.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.89%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 191 (75% from 255) = 47.51%
R=22.89%
G=29.60%
B=47.51%

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
Decimal921191910.520.3800.25223.6443.6155.49
Hex5C77BF3426019e02c37
Octal13416727764460313405467
Binary101110011101111011111111010010011001100111100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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