#596DA0

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

Shades of San Marino #596DA0

Tints of San Marino #596DA0

Color information

#596DA0 (or 0x596DA0) is unknown color: approx San Marino. HEX triplet: 59, 6D and A0. RGB value is (89,109,160). Sum of RGB (Red+Green+Blue) = 89+109+160=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 160 - color contains mainly: blue. Hex color #596DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596DA0 is #A6925F. Grayscale: #6C6C6C. Windows color (decimal): -10916448 or 10513753. OLE color: 10513753.

HSL color Cylindrical-coordinate representation of color #596DA0: hue angle of 223.1º 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 #596DA0 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB89109160-
CMYK0.440.3200.37
HSL223.1º28.51%48.82%-
HSV(B)223.1º44.37%62.75%-
XYZ15.9315.635.43-
YUV108.83156.87113.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 160 (62.89% from 255) = 44.69%
R=24.86%
G=30.45%
B=44.69%

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
Decimal891091600.440.3200.37223.128.5148.82
Hex596DA02C20025df1d31
Octal13115524054400453373561
Binary101100111011011010000010110010000001001011101111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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