Html Css Color HEX #5786CE Havelock Blue

📋 copy color: '#5786CE'

red 87 ◦ green 134 ◦ blue 206

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

Shades of Havelock Blue #5786CE

Tints of Havelock Blue #5786CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 20.37%
G = 31.38%
B = 48.24%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5786CE (or 0x5786CE) is known color: Havelock Blue. HEX triplet: 57, 86 and CE. RGB value is (87,134,206). Sum of RGB (Red+Green+Blue) = 87+134+206=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #5786CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5786CE is #A87931. Grayscale: #7F7F7F. Windows color (decimal): -11041074 or 13534807. OLE color: 13534807.

HSL color Cylindrical-coordinate representation of color #5786CE: hue angle of 216.3º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5786CE is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 134 206 -
CMYK 0.58 0.35 0 0.19
HSL 216.3º 0.55% 0.57% -
HSV(B) 216.3º 0.58% 0.81% -
XYZ 23.6 23.53 61.69 -
YUV 128.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 87 134 206 0.58 0.35 0 0.19 216.3 0.55 0.57
Hex 57 86 CE 3A 23 0 13 D8 37 39
Octal 127 206 316 72 43 0 23 330 67 71
Binary 1010111 10000110 11001110 111010 100011 0 10011 11011000 110111 111001

Color Harmonies of #5786CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5786CE

Black with #5786CE

Text Example


Text Example

White with #5786CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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