#598094

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

Shades of Horizon #598094

Tints of Horizon #598094

Color information

#598094 (or 0x598094) is unknown color: approx Horizon. HEX triplet: 59, 80 and 94. RGB value is (89,128,148). Sum of RGB (Red+Green+Blue) = 89+128+148=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #598094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598094 is #A67F6B. Grayscale: #767676. Windows color (decimal): -10911596 or 9732185. OLE color: 9732185.

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

Color convert

RGB89128148-
CMYK0.400.1400.42
HSL200.34º24.89%46.47%-
HSV(B)200.34º39.86%58.04%-
XYZ17.1819.730.91-
YUV118.62144.58106.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=24.38%
G=35.07%
B=40.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891281480.400.1400.42200.3424.8946.47
Hex59809428E02Ac8192e
Octal13120022450160523103156
Binary10110011000000010010100101000111001010101100100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598094; }

 p { color: rgb(89,128,148); }

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

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

 a { background-color: rgb(89,128,148); }

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

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

 span { border-color: rgb(89,128,148); }

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