#5972AA

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

Shades of San Marino #5972AA

Tints of San Marino #5972AA

Color information

#5972AA (or 0x5972AA) is unknown color: approx San Marino. HEX triplet: 59, 72 and AA. RGB value is (89,114,170). Sum of RGB (Red+Green+Blue) = 89+114+170=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #5972AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5972AA is #A68D55. Grayscale: #707070. Windows color (decimal): -10915158 or 11170393. OLE color: 11170393.

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

Color convert

RGB89114170-
CMYK0.480.3300.33
HSL221.48º32.27%50.78%-
HSV(B)221.48º47.65%66.67%-
XYZ17.3917.0640.41-
YUV112.91160.22110.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=23.86%
G=30.56%
B=45.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891141700.480.3300.33221.4832.2750.78
Hex5972AA3021021dd2033
Octal13116225260410413354063
Binary1011001111001010101010110000100001010000111011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5972AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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