#5974AD

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

Shades of San Marino #5974AD

Tints of San Marino #5974AD

Color information

#5974AD (or 0x5974AD) is unknown color: approx San Marino. HEX triplet: 59, 74 and AD. RGB value is (89,116,173). Sum of RGB (Red+Green+Blue) = 89+116+173=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #5974AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5974AD is #A68B52. Grayscale: #727272. Windows color (decimal): -10914643 or 11367513. OLE color: 11367513.

HSL color Cylindrical-coordinate representation of color #5974AD: hue angle of 220.71º 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 #5974AD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89116173-
CMYK0.490.3300.32
HSL220.71º33.87%51.37%-
HSV(B)220.71º48.55%67.84%-
XYZ17.9117.6341.99-
YUV114.43161.05109.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=23.54%
G=30.69%
B=45.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891161730.490.3300.32220.7133.8751.37
Hex5974AD3121020dd2233
Octal13116425561410403354263
Binary1011001111010010101101110001100001010000011011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5974AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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