Html Css Color HEX #5771CE Havelock Blue

📋 copy color: '#5771CE'

red 87 ◦ green 113 ◦ blue 206

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

Shades of Havelock Blue #5771CE

Tints of Havelock Blue #5771CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.83%

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

R = 21.43%
G = 27.83%
B = 50.74%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5771CE (or 0x5771CE) is known color: Havelock Blue. HEX triplet: 57, 71 and CE. RGB value is (87,113,206). Sum of RGB (Red+Green+Blue) = 87+113+206=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #5771CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771CE is #A88E31. Grayscale: #737373. Windows color (decimal): -11046450 or 13529431. OLE color: 13529431.

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

Color convert

RGB 87 113 206 -
CMYK 0.58 0.45 0 0.19
HSL 226.89º 0.55% 0.57% -
HSV(B) 226.89º 0.58% 0.81% -
XYZ 20.98 18.29 60.82 -
YUV 115.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 87 113 206 0.58 0.45 0 0.19 226.89 0.55 0.57
Hex 57 71 CE 3A 2D 0 13 E3 37 39
Octal 127 161 316 72 55 0 23 343 67 71
Binary 1010111 1110001 11001110 111010 101101 0 10011 11100011 110111 111001

Color Harmonies of #5771CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771CE

Black with #5771CE

Text Example


Text Example

White with #5771CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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