Html Css Color HEX #5579BC Havelock Blue

📋 copy color: '#5579BC'

red 85 ◦ green 121 ◦ blue 188

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

Shades of Havelock Blue #5579BC

Tints of Havelock Blue #5579BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 21.57%
G = 30.71%
B = 47.72%

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

#5579BC (or 0x5579BC) is known color: Havelock Blue. HEX triplet: 55, 79 and BC. RGB value is (85,121,188). Sum of RGB (Red+Green+Blue) = 85+121+188=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #5579BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579BC is #AA8643. Grayscale: #757575. Windows color (decimal): -11175492 or 12351829. OLE color: 12351829.

HSL color Cylindrical-coordinate representation of color #5579BC: hue angle of 219.03º degrees, saturation: 0.43, 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 #5579BC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 121 188 -
CMYK 0.55 0.36 0 0.26
HSL 219.03º 0.43% 0.54% -
HSV(B) 219.03º 0.55% 0.74% -
XYZ 19.66 19.24 50.25 -
YUV 117.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 85 121 188 0.55 0.36 0 0.26 219.03 0.43 0.54
Hex 55 79 BC 37 24 0 1A DB 2B 36
Octal 125 171 274 67 44 0 32 333 53 66
Binary 1010101 1111001 10111100 110111 100100 0 11010 11011011 101011 110110

Color Harmonies of #5579BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579BC

Black with #5579BC

Text Example


Text Example

White with #5579BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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