Html Css Color HEX #5786CA Havelock Blue

📋 copy color: '#5786CA'

red 87 ◦ green 134 ◦ blue 202

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

Shades of Havelock Blue #5786CA

Tints of Havelock Blue #5786CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 20.57%
G = 31.68%
B = 47.75%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5786CA (or 0x5786CA) is known color: Havelock Blue. HEX triplet: 57, 86 and CA. RGB value is (87,134,202). Sum of RGB (Red+Green+Blue) = 87+134+202=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #5786CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5786CA is #A87935. Grayscale: #7F7F7F. Windows color (decimal): -11041078 or 13272663. OLE color: 13272663.

HSL color Cylindrical-coordinate representation of color #5786CA: hue angle of 215.48º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5786CA is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 134 202 -
CMYK 0.57 0.34 0 0.21
HSL 215.48º 0.52% 0.57% -
HSV(B) 215.48º 0.57% 0.79% -
XYZ 23.12 23.34 59.16 -
YUV 127.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 87 134 202 0.57 0.34 0 0.21 215.48 0.52 0.57
Hex 57 86 CA 39 22 0 15 D7 34 39
Octal 127 206 312 71 42 0 25 327 64 71
Binary 1010111 10000110 11001010 111001 100010 0 10101 11010111 110100 111001

Color Harmonies of #5786CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5786CA

Black with #5786CA

Text Example


Text Example

White with #5786CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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