Html Css Color HEX #5573AB San Marino

📋 copy color: '#5573AB'

red 85 ◦ green 115 ◦ blue 171

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

Shades of San Marino #5573AB

Tints of San Marino #5573AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 22.91%
G = 31%
B = 46.09%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5573AB (or 0x5573AB) is known color: San Marino. HEX triplet: 55, 73 and AB. RGB value is (85,115,171). Sum of RGB (Red+Green+Blue) = 85+115+171=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #5573AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5573AB is #AA8C54. Grayscale: #707070. Windows color (decimal): -11177045 or 11236181. OLE color: 11236181.

HSL color Cylindrical-coordinate representation of color #5573AB: hue angle of 219.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5573AB is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 115 171 -
CMYK 0.50 0.33 0 0.33
HSL 219.07º 0.34% 0.5% -
HSV(B) 219.07º 0.5% 0.67% -
XYZ 17.23 17.13 40.93 -
YUV 112.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 85 115 171 0.50 0.33 0 0.33 219.07 0.34 0.5
Hex 55 73 AB 32 21 0 21 DB 22 32
Octal 125 163 253 62 41 0 41 333 42 62
Binary 1010101 1110011 10101011 110010 100001 0 100001 11011011 100010 110010

Color Harmonies of #5573AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5573AB

Black with #5573AB

Text Example


Text Example

White with #5573AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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