Html Css Color HEX #5778CC Havelock Blue

📋 copy color: '#5778CC'

red 87 ◦ green 120 ◦ blue 204

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

Shades of Havelock Blue #5778CC

Tints of Havelock Blue #5778CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.2%

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

R = 21.17%
G = 29.2%
B = 49.64%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5778CC (or 0x5778CC) is known color: Havelock Blue. HEX triplet: 57, 78 and CC. RGB value is (87,120,204). Sum of RGB (Red+Green+Blue) = 87+120+204=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #5778CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5778CC is #A88733. Grayscale: #777777. Windows color (decimal): -11044660 or 13400151. OLE color: 13400151.

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

Color convert

RGB 87 120 204 -
CMYK 0.57 0.41 0 0.2
HSL 223.08º 0.53% 0.57% -
HSV(B) 223.08º 0.57% 0.8% -
XYZ 21.55 19.82 59.82 -
YUV 119.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 87 120 204 0.57 0.41 0 0.2 223.08 0.53 0.57
Hex 57 78 CC 39 29 0 14 DF 35 39
Octal 127 170 314 71 51 0 24 337 65 71
Binary 1010111 1111000 11001100 111001 101001 0 10100 11011111 110101 111001

Color Harmonies of #5778CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5778CC

Black with #5778CC

Text Example


Text Example

White with #5778CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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