Html Css Color HEX #5579CD Havelock Blue

📋 copy color: '#5579CD'

red 85 ◦ green 121 ◦ blue 205

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

Shades of Havelock Blue #5579CD

Tints of Havelock Blue #5579CD

RGB

 RED value IS 85 (33.59% from 255) = 20.68%

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

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

R = 20.68%
G = 29.44%
B = 49.88%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5579CD (or 0x5579CD) is known color: Havelock Blue. HEX triplet: 55, 79 and CD. RGB value is (85,121,205). Sum of RGB (Red+Green+Blue) = 85+121+205=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #5579CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579CD is #AA8632. Grayscale: #777777. Windows color (decimal): -11175475 or 13465941. OLE color: 13465941.

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

Color convert

RGB 85 121 205 -
CMYK 0.59 0.41 0 0.20
HSL 222º 0.55% 0.57% -
HSV(B) 222º 0.59% 0.8% -
XYZ 21.6 20.01 60.48 -
YUV 119.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 85 121 205 0.59 0.41 0 0.20 222 0.55 0.57
Hex 55 79 CD 3B 29 0 14 DE 37 39
Octal 125 171 315 73 51 0 24 336 67 71
Binary 1010101 1111001 11001101 111011 101001 0 10100 11011110 110111 111001

Color Harmonies of #5579CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579CD

Black with #5579CD

Text Example


Text Example

White with #5579CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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