#5A75AA

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

Shades of San Marino #5A75AA

Tints of San Marino #5A75AA

Color information

#5A75AA (or 0x5A75AA) is unknown color: approx San Marino. HEX triplet: 5A, 75 and AA. RGB value is (90,117,170). Sum of RGB (Red+Green+Blue) = 90+117+170=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A75AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A75AA is #A58A55. Grayscale: #727272. Windows color (decimal): -10848854 or 11171162. OLE color: 11171162.

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

Color convert

RGB90117170-
CMYK0.470.3100.33
HSL219.75º32%50.98%-
HSV(B)219.75º47.06%66.67%-
XYZ17.8317.840.53-
YUV114.97159.05110.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=23.87%
G=31.03%
B=45.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901171700.470.3100.33219.753250.98
Hex5A75AA2F1F021dc2033
Octal13216525257370413344063
Binary101101011101011010101010111111111010000111011100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A75AA; }

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

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

<style>
 a { background-color: #5A75AA; }

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

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

<style>
 span { border-color: #5A75AA; }

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

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