#596FA5

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

Shades of San Marino #596FA5

Tints of San Marino #596FA5

Color information

#596FA5 (or 0x596FA5) is unknown color: approx San Marino. HEX triplet: 59, 6F and A5. RGB value is (89,111,165). Sum of RGB (Red+Green+Blue) = 89+111+165=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #596FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596FA5 is #A6905A. Grayscale: #6E6E6E. Windows color (decimal): -10915931 or 10841945. OLE color: 10841945.

HSL color Cylindrical-coordinate representation of color #596FA5: hue angle of 222.63º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #596FA5 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB89111165-
CMYK0.460.3300.35
HSL222.63º29.92%49.8%-
HSV(B)222.63º46.06%64.71%-
XYZ16.616.2137.85-
YUV110.58158.71112.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 165 (64.84% from 255) = 45.21%
R=24.38%
G=30.41%
B=45.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891111650.460.3300.35222.6329.9249.8
Hex596FA52E21023df1e32
Octal13115724556410433373662
Binary101100111011111010010110111010000101000111101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,111,165); }

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

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

 a { background-color: rgb(89,111,165); }

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

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

 span { border-color: rgb(89,111,165); }

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