Html Css Color HEX #5786DB Havelock Blue

📋 copy color: '#5786DB'

red 87 ◦ green 134 ◦ blue 219

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

Shades of Havelock Blue #5786DB

Tints of Havelock Blue #5786DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 19.77%
G = 30.45%
B = 49.77%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5786DB (or 0x5786DB) is known color: Havelock Blue. HEX triplet: 57, 86 and DB. RGB value is (87,134,219). Sum of RGB (Red+Green+Blue) = 87+134+219=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #5786DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5786DB is #A87924. Grayscale: #818181. Windows color (decimal): -11041061 or 14386775. OLE color: 14386775.

HSL color Cylindrical-coordinate representation of color #5786DB: hue angle of 218.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5786DB is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 134 219 -
CMYK 0.60 0.39 0 0.14
HSL 218.64º 0.65% 0.6% -
HSV(B) 218.64º 0.6% 0.86% -
XYZ 25.24 24.19 70.36 -
YUV 129.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 87 134 219 0.60 0.39 0 0.14 218.64 0.65 0.6
Hex 57 86 DB 3C 27 0 E DB 41 3C
Octal 127 206 333 74 47 0 16 333 101 74
Binary 1010111 10000110 11011011 111100 100111 0 1110 11011011 1000001 111100

Color Harmonies of #5786DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5786DB

Black with #5786DB

Text Example


Text Example

White with #5786DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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