Html Css Color HEX #5786CB Havelock Blue

📋 copy color: '#5786CB'

red 87 ◦ green 134 ◦ blue 203

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

Shades of Havelock Blue #5786CB

Tints of Havelock Blue #5786CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

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

R = 20.52%
G = 31.6%
B = 47.88%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5786CB (or 0x5786CB) is known color: Havelock Blue. HEX triplet: 57, 86 and CB. RGB value is (87,134,203). Sum of RGB (Red+Green+Blue) = 87+134+203=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #5786CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5786CB is #A87934. Grayscale: #7F7F7F. Windows color (decimal): -11041077 or 13338199. OLE color: 13338199.

HSL color Cylindrical-coordinate representation of color #5786CB: hue angle of 215.69º 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 #5786CB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 134 203 -
CMYK 0.57 0.34 0 0.20
HSL 215.69º 0.53% 0.57% -
HSV(B) 215.69º 0.57% 0.8% -
XYZ 23.24 23.39 59.79 -
YUV 127.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 87 134 203 0.57 0.34 0 0.20 215.69 0.53 0.57
Hex 57 86 CB 39 22 0 14 D8 35 39
Octal 127 206 313 71 42 0 24 330 65 71
Binary 1010111 10000110 11001011 111001 100010 0 10100 11011000 110101 111001

Color Harmonies of #5786CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5786CB

Black with #5786CB

Text Example


Text Example

White with #5786CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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