#597F96

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

Shades of Horizon #597F96

Tints of Horizon #597F96

Color information

#597F96 (or 0x597F96) is unknown color: approx Horizon. HEX triplet: 59, 7F and 96. RGB value is (89,127,150). Sum of RGB (Red+Green+Blue) = 89+127+150=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #597F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F96 is #A68069. Grayscale: #767676. Windows color (decimal): -10911850 or 9863001. OLE color: 9863001.

HSL color Cylindrical-coordinate representation of color #597F96: hue angle of 202.62º 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 #597F96 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB89127150-
CMYK0.410.1500.41
HSL202.62º25.52%46.86%-
HSV(B)202.62º40.67%58.82%-
XYZ17.2119.531.71-
YUV118.26145.91107.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=24.32%
G=34.70%
B=40.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891271500.410.1500.41202.6225.5246.86
Hex597F9629F029cb1a2f
Octal13117722651170513133257
Binary1011001111111110010110101001111101010011100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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