#597AA2

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

Shades of San Marino #597AA2

Tints of San Marino #597AA2

Color information

#597AA2 (or 0x597AA2) is unknown color: approx San Marino. HEX triplet: 59, 7A and A2. RGB value is (89,122,162). Sum of RGB (Red+Green+Blue) = 89+122+162=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 162 - color contains mainly: blue. Hex color #597AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597AA2 is #A6855D. Grayscale: #747474. Windows color (decimal): -10913118 or 10648153. OLE color: 10648153.

HSL color Cylindrical-coordinate representation of color #597AA2: hue angle of 212.88º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #597AA2 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB89122162-
CMYK0.450.2500.36
HSL212.88º29.08%49.22%-
HSV(B)212.88º45.06%63.53%-
XYZ17.618.6536.85-
YUV116.69153.57108.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 162 (63.67% from 255) = 43.43%
R=23.86%
G=32.71%
B=43.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891221620.450.2500.36212.8829.0849.22
Hex597AA22D19024d51d31
Octal13117224255310443253561
Binary10110011111010101000101011011100101001001101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597AA2; }

 p { color: rgb(89,122,162); }

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

<style>
 a { background-color: #597AA2; }

 a { background-color: rgb(89,122,162); }

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

<style>
 span { border-color: #597AA2; }

 span { border-color: rgb(89,122,162); }

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