#597A9F

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

Shades of San Marino #597A9F

Tints of San Marino #597A9F

Color information

#597A9F (or 0x597A9F) is unknown color: approx San Marino. HEX triplet: 59, 7A and 9F. RGB value is (89,122,159). Sum of RGB (Red+Green+Blue) = 89+122+159=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #597A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A9F is #A68560. Grayscale: #747474. Windows color (decimal): -10913121 or 10451545. OLE color: 10451545.

HSL color Cylindrical-coordinate representation of color #597A9F: hue angle of 211.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #597A9F is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89122159-
CMYK0.440.2300.38
HSL211.71º28.23%48.63%-
HSV(B)211.71º44.03%62.35%-
XYZ17.3418.5535.47-
YUV116.35152.07108.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 159 (62.5% from 255) = 42.97%
R=24.05%
G=32.97%
B=42.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891221590.440.2300.38211.7128.2348.63
Hex597A9F2C17026d41c31
Octal13117223754270463243461
Binary10110011111010100111111011001011101001101101010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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