Html Css Color HEX #5779CD Havelock Blue

📋 copy color: '#5779CD'

red 87 ◦ green 121 ◦ blue 205

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

Shades of Havelock Blue #5779CD

Tints of Havelock Blue #5779CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 21.07%
G = 29.3%
B = 49.64%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5779CD (or 0x5779CD) is known color: Havelock Blue. HEX triplet: 57, 79 and CD. RGB value is (87,121,205). Sum of RGB (Red+Green+Blue) = 87+121+205=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #5779CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779CD is #A88632. Grayscale: #787878. Windows color (decimal): -11044403 or 13465943. OLE color: 13465943.

HSL color Cylindrical-coordinate representation of color #5779CD: hue angle of 222.71º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5779CD is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 121 205 -
CMYK 0.58 0.41 0 0.20
HSL 222.71º 0.54% 0.57% -
HSV(B) 222.71º 0.58% 0.8% -
XYZ 21.79 20.11 60.49 -
YUV 120.41 175.74 104.17 -
System Red Green Blue C M Y K H S L
Decimal 87 121 205 0.58 0.41 0 0.20 222.71 0.54 0.57
Hex 57 79 CD 3A 29 0 14 DF 36 39
Octal 127 171 315 72 51 0 24 337 66 71
Binary 1010111 1111001 11001101 111010 101001 0 10100 11011111 110110 111001

Color Harmonies of #5779CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5779CD

Black with #5779CD

Text Example


Text Example

White with #5779CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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