#5975AA

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

Shades of San Marino #5975AA

Tints of San Marino #5975AA

Color information

#5975AA (or 0x5975AA) is unknown color: approx San Marino. HEX triplet: 59, 75 and AA. RGB value is (89,117,170). Sum of RGB (Red+Green+Blue) = 89+117+170=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #5975AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5975AA is #A68A55. Grayscale: #727272. Windows color (decimal): -10914390 or 11171161. OLE color: 11171161.

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

Color convert

RGB89117170-
CMYK0.480.3100.33
HSL219.26º32.27%50.78%-
HSV(B)219.26º47.65%66.67%-
XYZ17.7417.7540.52-
YUV114.67159.22109.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=23.67%
G=31.12%
B=45.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891171700.480.3100.33219.2632.2750.78
Hex5975AA301F021db2033
Octal13116525260370413334063
Binary101100111101011010101011000011111010000111011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5975AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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