#596BA4

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

Shades of San Marino #596BA4

Tints of San Marino #596BA4

Color information

#596BA4 (or 0x596BA4) is unknown color: approx San Marino. HEX triplet: 59, 6B and A4. RGB value is (89,107,164). Sum of RGB (Red+Green+Blue) = 89+107+164=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #596BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596BA4 is #A6945B. Grayscale: #6B6B6B. Windows color (decimal): -10916956 or 10775385. OLE color: 10775385.

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

Color convert

RGB89107164-
CMYK0.460.3500.36
HSL225.6º29.64%49.61%-
HSV(B)225.6º45.73%64.31%-
XYZ16.0815.3237.23-
YUV108.12159.54114.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=24.72%
G=29.72%
B=45.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891071640.460.3500.36225.629.6449.61
Hex596BA42E23024e21e32
Octal13115324456430443423662
Binary101100111010111010010010111010001101001001110001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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