Html Css Color HEX #5579BA Havelock Blue

📋 copy color: '#5579BA'

red 85 ◦ green 121 ◦ blue 186

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

Shades of Havelock Blue #5579BA

Tints of Havelock Blue #5579BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 21.68%
G = 30.87%
B = 47.45%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5579BA (or 0x5579BA) is known color: Havelock Blue. HEX triplet: 55, 79 and BA. RGB value is (85,121,186). Sum of RGB (Red+Green+Blue) = 85+121+186=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #5579BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579BA is #AA8645. Grayscale: #757575. Windows color (decimal): -11175494 or 12220757. OLE color: 12220757.

HSL color Cylindrical-coordinate representation of color #5579BA: hue angle of 218.61º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5579BA is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 121 186 -
CMYK 0.54 0.35 0 0.27
HSL 218.61º 0.42% 0.53% -
HSV(B) 218.61º 0.54% 0.73% -
XYZ 19.45 19.15 49.13 -
YUV 117.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 85 121 186 0.54 0.35 0 0.27 218.61 0.42 0.53
Hex 55 79 BA 36 23 0 1B DB 2A 35
Octal 125 171 272 66 43 0 33 333 52 65
Binary 1010101 1111001 10111010 110110 100011 0 11011 11011011 101010 110101

Color Harmonies of #5579BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579BA

Black with #5579BA

Text Example


Text Example

White with #5579BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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