#5974A0

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

Shades of San Marino #5974A0

Tints of San Marino #5974A0

Color information

#5974A0 (or 0x5974A0) is unknown color: approx San Marino. HEX triplet: 59, 74 and A0. RGB value is (89,116,160). Sum of RGB (Red+Green+Blue) = 89+116+160=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #5974A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5974A0 is #A68B5F. Grayscale: #707070. Windows color (decimal): -10914656 or 10515545. OLE color: 10515545.

HSL color Cylindrical-coordinate representation of color #5974A0: hue angle of 217.18º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5974A0 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB89116160-
CMYK0.440.2800.37
HSL217.18º28.51%48.82%-
HSV(B)217.18º44.37%62.75%-
XYZ16.7117.1535.69-
YUV112.94154.55110.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=24.38%
G=31.78%
B=43.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891161600.440.2800.37217.1828.5148.82
Hex5974A02C1C025d91d31
Octal13116424054340453313561
Binary10110011110100101000001011001110001001011101100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5974A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5974A0; }

 p { color: rgb(89,116,160); }

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

<style>
 a { background-color: #5974A0; }

 a { background-color: rgb(89,116,160); }

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

<style>
 span { border-color: #5974A0; }

 span { border-color: rgb(89,116,160); }

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