Html Css Color HEX #5770CB Havelock Blue

📋 copy color: '#5770CB'

red 87 ◦ green 112 ◦ blue 203

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

Shades of Havelock Blue #5770CB

Tints of Havelock Blue #5770CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 21.64%
G = 27.86%
B = 50.5%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5770CB (or 0x5770CB) is known color: Havelock Blue. HEX triplet: 57, 70 and CB. RGB value is (87,112,203). Sum of RGB (Red+Green+Blue) = 87+112+203=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #5770CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770CB is #A88F34. Grayscale: #727272. Windows color (decimal): -11046709 or 13332567. OLE color: 13332567.

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

Color convert

RGB 87 112 203 -
CMYK 0.57 0.45 0 0.20
HSL 227.07º 0.53% 0.57% -
HSV(B) 227.07º 0.57% 0.8% -
XYZ 20.5 17.93 58.88 -
YUV 114.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 87 112 203 0.57 0.45 0 0.20 227.07 0.53 0.57
Hex 57 70 CB 39 2D 0 14 E3 35 39
Octal 127 160 313 71 55 0 24 343 65 71
Binary 1010111 1110000 11001011 111001 101101 0 10100 11100011 110101 111001

Color Harmonies of #5770CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770CB

Black with #5770CB

Text Example


Text Example

White with #5770CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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