Html Css Color HEX #5770CC Havelock Blue

📋 copy color: '#5770CC'

red 87 ◦ green 112 ◦ blue 204

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

Shades of Havelock Blue #5770CC

Tints of Havelock Blue #5770CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 21.59%
G = 27.79%
B = 50.62%

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

#5770CC (or 0x5770CC) is known color: Havelock Blue. HEX triplet: 57, 70 and CC. RGB value is (87,112,204). Sum of RGB (Red+Green+Blue) = 87+112+204=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #5770CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770CC is #A88F33. Grayscale: #727272. Windows color (decimal): -11046708 or 13398103. OLE color: 13398103.

HSL color Cylindrical-coordinate representation of color #5770CC: hue angle of 227.18º 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 #5770CC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 112 204 -
CMYK 0.57 0.45 0 0.2
HSL 227.18º 0.53% 0.57% -
HSV(B) 227.18º 0.57% 0.8% -
XYZ 20.62 17.97 59.51 -
YUV 115.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 87 112 204 0.57 0.45 0 0.2 227.18 0.53 0.57
Hex 57 70 CC 39 2D 0 14 E3 35 39
Octal 127 160 314 71 55 0 24 343 65 71
Binary 1010111 1110000 11001100 111001 101101 0 10100 11100011 110101 111001

Color Harmonies of #5770CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770CC

Black with #5770CC

Text Example


Text Example

White with #5770CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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