Html Css Color HEX #5779D7 Havelock Blue

📋 copy color: '#5779D7'

red 87 ◦ green 121 ◦ blue 215

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

Shades of Havelock Blue #5779D7

Tints of Havelock Blue #5779D7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.61%

 BLUE value IS 215 (84.38% from 255) = 50.83%

R = 20.57%
G = 28.61%
B = 50.83%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5779D7 (or 0x5779D7) is known color: Havelock Blue. HEX triplet: 57, 79 and D7. RGB value is (87,121,215). Sum of RGB (Red+Green+Blue) = 87+121+215=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #5779D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779D7 is #A88628. Grayscale: #797979. Windows color (decimal): -11044393 or 14121303. OLE color: 14121303.

HSL color Cylindrical-coordinate representation of color #5779D7: hue angle of 224.06º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5779D7 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 121 215 -
CMYK 0.60 0.44 0 0.16
HSL 224.06º 0.62% 0.59% -
HSV(B) 224.06º 0.6% 0.84% -
XYZ 23.03 20.61 67.05 -
YUV 121.55 180.74 103.36 -
System Red Green Blue C M Y K H S L
Decimal 87 121 215 0.60 0.44 0 0.16 224.06 0.62 0.59
Hex 57 79 D7 3C 2C 0 10 E0 3E 3B
Octal 127 171 327 74 54 0 20 340 76 73
Binary 1010111 1111001 11010111 111100 101100 0 10000 11100000 111110 111011

Color Harmonies of #5779D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5779D7

Black with #5779D7

Text Example


Text Example

White with #5779D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5779D7; }

 p { color: rgb(87,121,215); }

 H1.HeaderClassName
 {
   color: #5779D7;
 }
 .AnyTagClassName
 {
   color: #5779D7;
 }
</style>

background-color css

<style>
 a { background-color: #5779D7; }

 a { background-color: rgb(87,121,215); }

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

border-color css

<style>
 span { border-color: #5779D7; }

 span { border-color: rgb(87,121,215); }

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