#598696

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

Shades of Horizon #598696

Tints of Horizon #598696

Color information

#598696 (or 0x598696) is unknown color: approx Horizon. HEX triplet: 59, 86 and 96. RGB value is (89,134,150). Sum of RGB (Red+Green+Blue) = 89+134+150=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #598696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598696 is #A67969. Grayscale: #7A7A7A. Windows color (decimal): -10910058 or 9864793. OLE color: 9864793.

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

Color convert

RGB89134150-
CMYK0.410.1100.41
HSL195.74º25.52%46.86%-
HSV(B)195.74º40.67%58.82%-
XYZ18.1521.3832.02-
YUV122.37143.59104.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=23.86%
G=35.92%
B=40.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891341500.410.1100.41195.7425.5246.86
Hex59869629B029c41a2f
Octal13120622651130513043257
Binary10110011000011010010110101001101101010011100010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598696; }

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

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

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

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

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

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

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

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