#5972AD

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

Shades of San Marino #5972AD

Tints of San Marino #5972AD

Color information

#5972AD (or 0x5972AD) is unknown color: approx San Marino. HEX triplet: 59, 72 and AD. RGB value is (89,114,173). Sum of RGB (Red+Green+Blue) = 89+114+173=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #5972AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5972AD is #A68D52. Grayscale: #707070. Windows color (decimal): -10915155 or 11367001. OLE color: 11367001.

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

Color convert

RGB89114173-
CMYK0.490.3400.32
HSL222.14º33.87%51.37%-
HSV(B)222.14º48.55%67.84%-
XYZ17.6817.1841.92-
YUV113.25161.72110.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=23.67%
G=30.32%
B=46.01%

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
Decimal891141730.490.3400.32222.1433.8751.37
Hex5972AD3122020de2233
Octal13116225561420403364263
Binary1011001111001010101101110001100010010000011011110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5972AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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