Html Css Color HEX #5785CE Havelock Blue

📋 copy color: '#5785CE'

red 87 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #5785CE

Tints of Havelock Blue #5785CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 20.42%
G = 31.22%
B = 48.36%

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

#5785CE (or 0x5785CE) is known color: Havelock Blue. HEX triplet: 57, 85 and CE. RGB value is (87,133,206). Sum of RGB (Red+Green+Blue) = 87+133+206=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #5785CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5785CE is #A87A31. Grayscale: #7F7F7F. Windows color (decimal): -11041330 or 13534551. OLE color: 13534551.

HSL color Cylindrical-coordinate representation of color #5785CE: hue angle of 216.81º 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 #5785CE is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 133 206 -
CMYK 0.58 0.35 0 0.19
HSL 216.81º 0.55% 0.57% -
HSV(B) 216.81º 0.58% 0.81% -
XYZ 23.46 23.26 61.65 -
YUV 127.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 87 133 206 0.58 0.35 0 0.19 216.81 0.55 0.57
Hex 57 85 CE 3A 23 0 13 D9 37 39
Octal 127 205 316 72 43 0 23 331 67 71
Binary 1010111 10000101 11001110 111010 100011 0 10011 11011001 110111 111001

Color Harmonies of #5785CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5785CE

Black with #5785CE

Text Example


Text Example

White with #5785CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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