Html Css Color HEX #5F87CC Havelock Blue

📋 copy color: '#5F87CC'

red 95 ◦ green 135 ◦ blue 204

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

Shades of Havelock Blue #5F87CC

Tints of Havelock Blue #5F87CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 21.89%
G = 31.11%
B = 47%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F87CC (or 0x5F87CC) is known color: Havelock Blue. HEX triplet: 5F, 87 and CC. RGB value is (95,135,204). Sum of RGB (Red+Green+Blue) = 95+135+204=434 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.89% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F87CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F87CC is #A07833. Grayscale: #828282. Windows color (decimal): -10516532 or 13403999. OLE color: 13403999.

HSL color Cylindrical-coordinate representation of color #5F87CC: hue angle of 217.98º 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 #5F87CC is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 135 204 -
CMYK 0.53 0.34 0 0.2
HSL 217.98º 0.52% 0.59% -
HSV(B) 217.98º 0.53% 0.8% -
XYZ 24.28 24.12 60.5 -
YUV 130.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 95 135 204 0.53 0.34 0 0.2 217.98 0.52 0.59
Hex 5F 87 CC 35 22 0 14 DA 34 3B
Octal 137 207 314 65 42 0 24 332 64 73
Binary 1011111 10000111 11001100 110101 100010 0 10100 11011010 110100 111011

Color Harmonies of #5F87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F87CC

Black with #5F87CC

Text Example


Text Example

White with #5F87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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