Html Css Color HEX #5F77CC Havelock Blue

📋 copy color: '#5F77CC'

red 95 ◦ green 119 ◦ blue 204

#5F77CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5F77CC

Tints of Havelock Blue #5F77CC

RGB

 RED value IS 95 (37.5% from 255) = 22.73%

 GREEN value IS 119 (46.88% from 255) = 28.47%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 22.73%
G = 28.47%
B = 48.8%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F77CC (or 0x5F77CC) is known color: Havelock Blue. HEX triplet: 5F, 77 and CC. RGB value is (95,119,204). Sum of RGB (Red+Green+Blue) = 95+119+204=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F77CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F77CC is #A08833. Grayscale: #797979. Windows color (decimal): -10520628 or 13399903. OLE color: 13399903.

HSL color Cylindrical-coordinate representation of color #5F77CC: hue angle of 226.79º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F77CC is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 119 204 -
CMYK 0.53 0.42 0 0.2
HSL 226.79º 0.52% 0.59% -
HSV(B) 226.79º 0.53% 0.8% -
XYZ 22.22 19.99 59.81 -
YUV 121.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 95 119 204 0.53 0.42 0 0.2 226.79 0.52 0.59
Hex 5F 77 CC 35 2A 0 14 E3 34 3B
Octal 137 167 314 65 52 0 24 343 64 73
Binary 1011111 1110111 11001100 110101 101010 0 10100 11100011 110100 111011

Color Harmonies of #5F77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F77CC

Black with #5F77CC

Text Example


Text Example

White with #5F77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,119,204); }

 H1.HeaderClassName
 {
   color: #5F77CC;
 }
 .AnyTagClassName
 {
   color: #5F77CC;
 }
</style>

background-color css

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

 a { background-color: rgb(95,119,204); }

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

border-color css

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

 span { border-color: rgb(95,119,204); }

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