Html Css Color HEX #5579BE Havelock Blue

📋 copy color: '#5579BE'

red 85 ◦ green 121 ◦ blue 190

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

Shades of Havelock Blue #5579BE

Tints of Havelock Blue #5579BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 21.46%
G = 30.56%
B = 47.98%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5579BE (or 0x5579BE) is known color: Havelock Blue. HEX triplet: 55, 79 and BE. RGB value is (85,121,190). Sum of RGB (Red+Green+Blue) = 85+121+190=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #5579BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579BE is #AA8641. Grayscale: #757575. Windows color (decimal): -11175490 or 12482901. OLE color: 12482901.

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

Color convert

RGB 85 121 190 -
CMYK 0.55 0.36 0 0.25
HSL 219.43º 0.45% 0.54% -
HSV(B) 219.43º 0.55% 0.75% -
XYZ 19.88 19.32 51.4 -
YUV 118.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 85 121 190 0.55 0.36 0 0.25 219.43 0.45 0.54
Hex 55 79 BE 37 24 0 19 DB 2D 36
Octal 125 171 276 67 44 0 31 333 55 66
Binary 1010101 1111001 10111110 110111 100100 0 11001 11011011 101101 110110

Color Harmonies of #5579BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579BE

Black with #5579BE

Text Example


Text Example

White with #5579BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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