Html Css Color HEX #5784CE Havelock Blue

📋 copy color: '#5784CE'

red 87 ◦ green 132 ◦ blue 206

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

Shades of Havelock Blue #5784CE

Tints of Havelock Blue #5784CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

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

R = 20.47%
G = 31.06%
B = 48.47%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5784CE (or 0x5784CE) is known color: Havelock Blue. HEX triplet: 57, 84 and CE. RGB value is (87,132,206). Sum of RGB (Red+Green+Blue) = 87+132+206=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #5784CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5784CE is #A87B31. Grayscale: #7E7E7E. Windows color (decimal): -11041586 or 13534295. OLE color: 13534295.

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

Color convert

RGB 87 132 206 -
CMYK 0.58 0.36 0 0.19
HSL 217.31º 0.55% 0.57% -
HSV(B) 217.31º 0.58% 0.81% -
XYZ 23.32 22.99 61.6 -
YUV 126.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 87 132 206 0.58 0.36 0 0.19 217.31 0.55 0.57
Hex 57 84 CE 3A 24 0 13 D9 37 39
Octal 127 204 316 72 44 0 23 331 67 71
Binary 1010111 10000100 11001110 111010 100100 0 10011 11011001 110111 111001

Color Harmonies of #5784CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5784CE

Black with #5784CE

Text Example


Text Example

White with #5784CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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