#597E96

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

Shades of Horizon #597E96

Tints of Horizon #597E96

Color information

#597E96 (or 0x597E96) is unknown color: approx Horizon. HEX triplet: 59, 7E and 96. RGB value is (89,126,150). Sum of RGB (Red+Green+Blue) = 89+126+150=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #597E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597E96 is #A68169. Grayscale: #757575. Windows color (decimal): -10912106 or 9862745. OLE color: 9862745.

HSL color Cylindrical-coordinate representation of color #597E96: hue angle of 203.61º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #597E96 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB89126150-
CMYK0.410.1600.41
HSL203.61º25.52%46.86%-
HSV(B)203.61º40.67%58.82%-
XYZ17.0919.2531.67-
YUV117.67146.24107.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=24.38%
G=34.52%
B=41.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891261500.410.1600.41203.6125.5246.86
Hex597E962910029cc1a2f
Octal13117622651200513143257
Binary10110011111110100101101010011000001010011100110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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