Html Css Color HEX #5570AA San Marino

📋 copy color: '#5570AA'

red 85 ◦ green 112 ◦ blue 170

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

Shades of San Marino #5570AA

Tints of San Marino #5570AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 23.16%
G = 30.52%
B = 46.32%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5570AA (or 0x5570AA) is known color: San Marino. HEX triplet: 55, 70 and AA. RGB value is (85,112,170). Sum of RGB (Red+Green+Blue) = 85+112+170=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #5570AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5570AA is #AA8F55. Grayscale: #6E6E6E. Windows color (decimal): -11177814 or 11169877. OLE color: 11169877.

HSL color Cylindrical-coordinate representation of color #5570AA: hue angle of 220.94º degrees, saturation: 0.33, 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 #5570AA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 112 170 -
CMYK 0.50 0.34 0 0.33
HSL 220.94º 0.33% 0.5% -
HSV(B) 220.94º 0.5% 0.67% -
XYZ 16.8 16.42 40.31 -
YUV 110.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 85 112 170 0.50 0.34 0 0.33 220.94 0.33 0.5
Hex 55 70 AA 32 22 0 21 DD 21 32
Octal 125 160 252 62 42 0 41 335 41 62
Binary 1010101 1110000 10101010 110010 100010 0 100001 11011101 100001 110010

Color Harmonies of #5570AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5570AA

Black with #5570AA

Text Example


Text Example

White with #5570AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5570AA; }

 p { color: rgb(85,112,170); }

 H1.HeaderClassName
 {
   color: #5570AA;
 }
 .AnyTagClassName
 {
   color: #5570AA;
 }
</style>

background-color css

<style>
 a { background-color: #5570AA; }

 a { background-color: rgb(85,112,170); }

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

border-color css

<style>
 span { border-color: #5570AA; }

 span { border-color: rgb(85,112,170); }

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