Html Css Color HEX #5787CB Havelock Blue

📋 copy color: '#5787CB'

red 87 ◦ green 135 ◦ blue 203

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

Shades of Havelock Blue #5787CB

Tints of Havelock Blue #5787CB

RGB

 RED value IS 87 (34.38% from 255) = 20.47%

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

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

R = 20.47%
G = 31.76%
B = 47.76%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5787CB (or 0x5787CB) is known color: Havelock Blue. HEX triplet: 57, 87 and CB. RGB value is (87,135,203). Sum of RGB (Red+Green+Blue) = 87+135+203=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #5787CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5787CB is #A87834. Grayscale: #808080. Windows color (decimal): -11040821 or 13338455. OLE color: 13338455.

HSL color Cylindrical-coordinate representation of color #5787CB: hue angle of 215.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5787CB is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 135 203 -
CMYK 0.57 0.33 0 0.20
HSL 215.17º 0.53% 0.57% -
HSV(B) 215.17º 0.57% 0.8% -
XYZ 23.37 23.67 59.84 -
YUV 128.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 87 135 203 0.57 0.33 0 0.20 215.17 0.53 0.57
Hex 57 87 CB 39 21 0 14 D7 35 39
Octal 127 207 313 71 41 0 24 327 65 71
Binary 1010111 10000111 11001011 111001 100001 0 10100 11010111 110101 111001

Color Harmonies of #5787CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5787CB

Black with #5787CB

Text Example


Text Example

White with #5787CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5787CB; }

 p { color: rgb(87,135,203); }

 H1.HeaderClassName
 {
   color: #5787CB;
 }
 .AnyTagClassName
 {
   color: #5787CB;
 }
</style>

background-color css

<style>
 a { background-color: #5787CB; }

 a { background-color: rgb(87,135,203); }

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

border-color css

<style>
 span { border-color: #5787CB; }

 span { border-color: rgb(87,135,203); }

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