#597E93

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

Shades of Horizon #597E93

Tints of Horizon #597E93

Color information

#597E93 (or 0x597E93) is unknown color: approx Horizon. HEX triplet: 59, 7E and 93. RGB value is (89,126,147). Sum of RGB (Red+Green+Blue) = 89+126+147=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #597E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E93 is #A6816C. Grayscale: #757575. Windows color (decimal): -10912109 or 9666137. OLE color: 9666137.

HSL color Cylindrical-coordinate representation of color #597E93: hue angle of 201.72º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #597E93 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89126147-
CMYK0.390.1400.42
HSL201.72º24.58%46.27%-
HSV(B)201.72º39.46%57.65%-
XYZ16.8519.1530.41-
YUV117.33144.74107.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=24.59%
G=34.81%
B=40.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891261470.390.1400.42201.7224.5846.27
Hex597E9327E02Aca192e
Octal13117622347160523123156
Binary1011001111111010010011100111111001010101100101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,126,147); }

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

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

 a { background-color: rgb(89,126,147); }

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

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

 span { border-color: rgb(89,126,147); }

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