#5475AA

Color #5475AA San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5475AA

Tints of San Marino #5475AA

Color information

#5475AA (or 0x5475AA) is unknown color: approx San Marino. HEX triplet: 54, 75 and AA. RGB value is (84,117,170). Sum of RGB (Red+Green+Blue) = 84+117+170=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5475AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5475AA is #AB8A55. Grayscale: #707070. Windows color (decimal): -11242070 or 11171156. OLE color: 11171156.

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

Color convert

RGB84117170-
CMYK0.510.3100.33
HSL216.98º33.86%49.8%-
HSV(B)216.98º50.59%66.67%-
XYZ17.2717.5140.5-
YUV113.18160.07107.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=22.64%
G=31.54%
B=45.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841171700.510.3100.33216.9833.8649.8
Hex5475AA331F021d92232
Octal12416525263370413314262
Binary101010011101011010101011001111111010000111011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5475AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,117,170); }

 H1.HeaderClassName
 {
   color: #5475AA;
 }
 .AnyTagClassName
 {
   color: #5475AA;
 }
</style>
background-color css

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

 a { background-color: rgb(84,117,170); }

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

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

 span { border-color: rgb(84,117,170); }

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