#596CA0

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

Shades of San Marino #596CA0

Tints of San Marino #596CA0

Color information

#596CA0 (or 0x596CA0) is unknown color: approx San Marino. HEX triplet: 59, 6C and A0. RGB value is (89,108,160). Sum of RGB (Red+Green+Blue) = 89+108+160=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #596CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596CA0 is #A6935F. Grayscale: #6C6C6C. Windows color (decimal): -10916704 or 10513497. OLE color: 10513497.

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

Color convert

RGB89108160-
CMYK0.440.3200.37
HSL223.94º28.51%48.82%-
HSV(B)223.94º44.37%62.75%-
XYZ15.8315.3935.39-
YUV108.25157.21114.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 160 (62.89% from 255) = 44.82%
R=24.93%
G=30.25%
B=44.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891081600.440.3200.37223.9428.5148.82
Hex596CA02C20025e01d31
Octal13115424054400453403561
Binary101100111011001010000010110010000001001011110000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,108,160); }

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

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

 a { background-color: rgb(89,108,160); }

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

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

 span { border-color: rgb(89,108,160); }

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