Html Css Color HEX #5579BF Havelock Blue

📋 copy color: '#5579BF'

red 85 ◦ green 121 ◦ blue 191

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

Shades of Havelock Blue #5579BF

Tints of Havelock Blue #5579BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 21.41%
G = 30.48%
B = 48.11%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5579BF (or 0x5579BF) is known color: Havelock Blue. HEX triplet: 55, 79 and BF. RGB value is (85,121,191). Sum of RGB (Red+Green+Blue) = 85+121+191=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #5579BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579BF is #AA8640. Grayscale: #757575. Windows color (decimal): -11175489 or 12548437. OLE color: 12548437.

HSL color Cylindrical-coordinate representation of color #5579BF: hue angle of 219.62º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5579BF is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 121 191 -
CMYK 0.55 0.37 0 0.25
HSL 219.62º 0.45% 0.54% -
HSV(B) 219.62º 0.55% 0.75% -
XYZ 19.99 19.37 51.98 -
YUV 118.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 85 121 191 0.55 0.37 0 0.25 219.62 0.45 0.54
Hex 55 79 BF 37 25 0 19 DC 2D 36
Octal 125 171 277 67 45 0 31 334 55 66
Binary 1010101 1111001 10111111 110111 100101 0 11001 11011100 101101 110110

Color Harmonies of #5579BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579BF

Black with #5579BF

Text Example


Text Example

White with #5579BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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