Html Css Color HEX #5573BE Havelock Blue

📋 copy color: '#5573BE'

red 85 ◦ green 115 ◦ blue 190

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

Shades of Havelock Blue #5573BE

Tints of Havelock Blue #5573BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

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

R = 21.79%
G = 29.49%
B = 48.72%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5573BE (or 0x5573BE) is known color: Havelock Blue. HEX triplet: 55, 73 and BE. RGB value is (85,115,190). Sum of RGB (Red+Green+Blue) = 85+115+190=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5573BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573BE is #AA8C41. Grayscale: #727272. Windows color (decimal): -11177026 or 12481365. OLE color: 12481365.

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

Color convert

RGB 85 115 190 -
CMYK 0.55 0.39 0 0.25
HSL 222.86º 0.45% 0.54% -
HSV(B) 222.86º 0.55% 0.75% -
XYZ 19.17 17.91 51.16 -
YUV 114.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 85 115 190 0.55 0.39 0 0.25 222.86 0.45 0.54
Hex 55 73 BE 37 27 0 19 DF 2D 36
Octal 125 163 276 67 47 0 31 337 55 66
Binary 1010101 1110011 10111110 110111 100111 0 11001 11011111 101101 110110

Color Harmonies of #5573BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5573BE

Black with #5573BE

Text Example


Text Example

White with #5573BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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