#596AA1

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

Shades of San Marino #596AA1

Tints of San Marino #596AA1

Color information

#596AA1 (or 0x596AA1) is unknown color: approx San Marino. HEX triplet: 59, 6A and A1. RGB value is (89,106,161). Sum of RGB (Red+Green+Blue) = 89+106+161=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #596AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596AA1 is #A6955E. Grayscale: #6A6A6A. Windows color (decimal): -10917215 or 10578521. OLE color: 10578521.

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

Color convert

RGB89106161-
CMYK0.450.3400.37
HSL225.83º28.8%49.02%-
HSV(B)225.83º44.72%63.14%-
XYZ15.7115.0135.79-
YUV107.19158.37115.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 161 (63.28% from 255) = 45.22%
R=25%
G=29.78%
B=45.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891061610.450.3400.37225.8328.849.02
Hex596AA12D22025e21d31
Octal13115224155420453423561
Binary101100111010101010000110110110001001001011110001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596AA1; }

 p { color: rgb(89,106,161); }

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

<style>
 a { background-color: #596AA1; }

 a { background-color: rgb(89,106,161); }

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

<style>
 span { border-color: #596AA1; }

 span { border-color: rgb(89,106,161); }

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