Html Css Color HEX #5572AA San Marino

📋 copy color: '#5572AA'

red 85 ◦ green 114 ◦ blue 170

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

Shades of San Marino #5572AA

Tints of San Marino #5572AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.89%

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

R = 23.04%
G = 30.89%
B = 46.07%

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

#5572AA (or 0x5572AA) is known color: San Marino. HEX triplet: 55, 72 and AA. RGB value is (85,114,170). Sum of RGB (Red+Green+Blue) = 85+114+170=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #5572AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5572AA is #AA8D55. Grayscale: #6F6F6F. Windows color (decimal): -11177302 or 11170389. OLE color: 11170389.

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

Color convert

RGB 85 114 170 -
CMYK 0.50 0.33 0 0.33
HSL 219.53º 0.33% 0.5% -
HSV(B) 219.53º 0.5% 0.67% -
XYZ 17.02 16.87 40.39 -
YUV 111.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 85 114 170 0.50 0.33 0 0.33 219.53 0.33 0.5
Hex 55 72 AA 32 21 0 21 DC 21 32
Octal 125 162 252 62 41 0 41 334 41 62
Binary 1010101 1110010 10101010 110010 100001 0 100001 11011100 100001 110010

Color Harmonies of #5572AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5572AA

Black with #5572AA

Text Example


Text Example

White with #5572AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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