#598394

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

Shades of Horizon #598394

Tints of Horizon #598394

Color information

#598394 (or 0x598394) is unknown color: approx Horizon. HEX triplet: 59, 83 and 94. RGB value is (89,131,148). Sum of RGB (Red+Green+Blue) = 89+131+148=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #598394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598394 is #A67C6B. Grayscale: #787878. Windows color (decimal): -10910828 or 9732953. OLE color: 9732953.

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

Color convert

RGB89131148-
CMYK0.400.1100.42
HSL197.29º24.89%46.47%-
HSV(B)197.29º39.86%58.04%-
XYZ17.5820.4931.05-
YUV120.38143.59105.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=24.18%
G=35.60%
B=40.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891311480.400.1100.42197.2924.8946.47
Hex59839428B02Ac5192e
Octal13120322450130523053156
Binary10110011000001110010100101000101101010101100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598394; }

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

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

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

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

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

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

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

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