Html Css Color HEX #5579BD Havelock Blue

📋 copy color: '#5579BD'

red 85 ◦ green 121 ◦ blue 189

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

Shades of Havelock Blue #5579BD

Tints of Havelock Blue #5579BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 21.52%
G = 30.63%
B = 47.85%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5579BD (or 0x5579BD) is known color: Havelock Blue. HEX triplet: 55, 79 and BD. RGB value is (85,121,189). Sum of RGB (Red+Green+Blue) = 85+121+189=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #5579BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579BD is #AA8642. Grayscale: #757575. Windows color (decimal): -11175491 or 12417365. OLE color: 12417365.

HSL color Cylindrical-coordinate representation of color #5579BD: hue angle of 219.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5579BD is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 121 189 -
CMYK 0.55 0.36 0 0.26
HSL 219.23º 0.44% 0.54% -
HSV(B) 219.23º 0.55% 0.74% -
XYZ 19.77 19.28 50.82 -
YUV 117.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 85 121 189 0.55 0.36 0 0.26 219.23 0.44 0.54
Hex 55 79 BD 37 24 0 1A DB 2C 36
Octal 125 171 275 67 44 0 32 333 54 66
Binary 1010101 1111001 10111101 110111 100100 0 11010 11011011 101100 110110

Color Harmonies of #5579BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579BD

Black with #5579BD

Text Example


Text Example

White with #5579BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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