Html Css Color HEX #5F81CB Havelock Blue

📋 copy color: '#5F81CB'

red 95 ◦ green 129 ◦ blue 203

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

Shades of Havelock Blue #5F81CB

Tints of Havelock Blue #5F81CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 22.25%
G = 30.21%
B = 47.54%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F81CB (or 0x5F81CB) is known color: Havelock Blue. HEX triplet: 5F, 81 and CB. RGB value is (95,129,203). Sum of RGB (Red+Green+Blue) = 95+129+203=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F81CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F81CB is #A07E34. Grayscale: #7E7E7E. Windows color (decimal): -10518069 or 13336927. OLE color: 13336927.

HSL color Cylindrical-coordinate representation of color #5F81CB: hue angle of 221.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F81CB is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 129 203 -
CMYK 0.53 0.36 0 0.20
HSL 221.11º 0.51% 0.58% -
HSV(B) 221.11º 0.53% 0.8% -
XYZ 23.35 22.45 59.6 -
YUV 127.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 95 129 203 0.53 0.36 0 0.20 221.11 0.51 0.58
Hex 5F 81 CB 35 24 0 14 DD 33 3A
Octal 137 201 313 65 44 0 24 335 63 72
Binary 1011111 10000001 11001011 110101 100100 0 10100 11011101 110011 111010

Color Harmonies of #5F81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F81CB

Black with #5F81CB

Text Example


Text Example

White with #5F81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,129,203); }

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

background-color css

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

 a { background-color: rgb(95,129,203); }

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

border-color css

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

 span { border-color: rgb(95,129,203); }

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