Html Css Color HEX #5573BA Havelock Blue

📋 copy color: '#5573BA'

red 85 ◦ green 115 ◦ blue 186

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

Shades of Havelock Blue #5573BA

Tints of Havelock Blue #5573BA

RGB

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

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

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

R = 22.02%
G = 29.79%
B = 48.19%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5573BA (or 0x5573BA) is known color: Havelock Blue. HEX triplet: 55, 73 and BA. RGB value is (85,115,186). Sum of RGB (Red+Green+Blue) = 85+115+186=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5573BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5573BA is #AA8C45. Grayscale: #717171. Windows color (decimal): -11177030 or 12219221. OLE color: 12219221.

HSL color Cylindrical-coordinate representation of color #5573BA: hue angle of 222.18º 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 #5573BA is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 115 186 -
CMYK 0.54 0.38 0 0.27
HSL 222.18º 0.42% 0.53% -
HSV(B) 222.18º 0.54% 0.73% -
XYZ 18.74 17.74 48.89 -
YUV 114.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 85 115 186 0.54 0.38 0 0.27 222.18 0.42 0.53
Hex 55 73 BA 36 26 0 1B DE 2A 35
Octal 125 163 272 66 46 0 33 336 52 65
Binary 1010101 1110011 10111010 110110 100110 0 11011 11011110 101010 110101

Color Harmonies of #5573BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5573BA

Black with #5573BA

Text Example


Text Example

White with #5573BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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