#597F91

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

Shades of Horizon #597F91

Tints of Horizon #597F91

Color information

#597F91 (or 0x597F91) is unknown color: approx Horizon. HEX triplet: 59, 7F and 91. RGB value is (89,127,145). Sum of RGB (Red+Green+Blue) = 89+127+145=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #597F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F91 is #A6806E. Grayscale: #757575. Windows color (decimal): -10911855 or 9535321. OLE color: 9535321.

HSL color Cylindrical-coordinate representation of color #597F91: hue angle of 199.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597F91 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89127145-
CMYK0.390.1200.43
HSL199.29º23.93%45.88%-
HSV(B)199.29º38.62%56.86%-
XYZ16.8219.3529.64-
YUV117.69143.41107.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=24.65%
G=35.18%
B=40.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891271450.390.1200.43199.2923.9345.88
Hex597F9127C02Bc7182e
Octal13117722147140533073056
Binary1011001111111110010001100111110001010111100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,127,145); }

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

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

 a { background-color: rgb(89,127,145); }

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

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

 span { border-color: rgb(89,127,145); }

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