#596BA5

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

Shades of San Marino #596BA5

Tints of San Marino #596BA5

Color information

#596BA5 (or 0x596BA5) is unknown color: approx San Marino. HEX triplet: 59, 6B and A5. RGB value is (89,107,165). Sum of RGB (Red+Green+Blue) = 89+107+165=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #596BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596BA5 is #A6945A. Grayscale: #6B6B6B. Windows color (decimal): -10916955 or 10840921. OLE color: 10840921.

HSL color Cylindrical-coordinate representation of color #596BA5: hue angle of 225.79º 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 #596BA5 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB89107165-
CMYK0.460.3500.35
HSL225.79º29.92%49.8%-
HSV(B)225.79º46.06%64.71%-
XYZ16.1715.3637.71-
YUV108.23160.04114.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 165 (64.84% from 255) = 45.71%
R=24.65%
G=29.64%
B=45.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891071650.460.3500.35225.7929.9249.8
Hex596BA52E23023e21e32
Octal13115324556430433423662
Binary101100111010111010010110111010001101000111110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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