Html Css Color HEX #5771CC Havelock Blue

📋 copy color: '#5771CC'

red 87 ◦ green 113 ◦ blue 204

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

Shades of Havelock Blue #5771CC

Tints of Havelock Blue #5771CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 21.53%
G = 27.97%
B = 50.5%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5771CC (or 0x5771CC) is known color: Havelock Blue. HEX triplet: 57, 71 and CC. RGB value is (87,113,204). Sum of RGB (Red+Green+Blue) = 87+113+204=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #5771CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771CC is #A88E33. Grayscale: #737373. Windows color (decimal): -11046452 or 13398359. OLE color: 13398359.

HSL color Cylindrical-coordinate representation of color #5771CC: hue angle of 226.67º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5771CC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 113 204 -
CMYK 0.57 0.45 0 0.2
HSL 226.67º 0.53% 0.57% -
HSV(B) 226.67º 0.57% 0.8% -
XYZ 20.73 18.2 59.55 -
YUV 115.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 87 113 204 0.57 0.45 0 0.2 226.67 0.53 0.57
Hex 57 71 CC 39 2D 0 14 E3 35 39
Octal 127 161 314 71 55 0 24 343 65 71
Binary 1010111 1110001 11001100 111001 101101 0 10100 11100011 110101 111001

Color Harmonies of #5771CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771CC

Black with #5771CC

Text Example


Text Example

White with #5771CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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