#5973AD

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

Shades of San Marino #5973AD

Tints of San Marino #5973AD

Color information

#5973AD (or 0x5973AD) is unknown color: approx San Marino. HEX triplet: 59, 73 and AD. RGB value is (89,115,173). Sum of RGB (Red+Green+Blue) = 89+115+173=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #5973AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5973AD is #A68C52. Grayscale: #717171. Windows color (decimal): -10914899 or 11367257. OLE color: 11367257.

HSL color Cylindrical-coordinate representation of color #5973AD: hue angle of 221.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5973AD is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89115173-
CMYK0.490.3400.32
HSL221.43º33.87%51.37%-
HSV(B)221.43º48.55%67.84%-
XYZ17.7917.441.96-
YUV113.84161.39110.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=23.61%
G=30.50%
B=45.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891151730.490.3400.32221.4333.8751.37
Hex5973AD3122020dd2233
Octal13116325561420403354263
Binary1011001111001110101101110001100010010000011011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5973AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5973AD; }

 p { color: rgb(89,115,173); }

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

<style>
 a { background-color: #5973AD; }

 a { background-color: rgb(89,115,173); }

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

<style>
 span { border-color: #5973AD; }

 span { border-color: rgb(89,115,173); }

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