#598492

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

Shades of Horizon #598492

Tints of Horizon #598492

Color information

#598492 (or 0x598492) is unknown color: approx Horizon. HEX triplet: 59, 84 and 92. RGB value is (89,132,146). Sum of RGB (Red+Green+Blue) = 89+132+146=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #598492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598492 is #A67B6D. Grayscale: #787878. Windows color (decimal): -10910574 or 9602137. OLE color: 9602137.

HSL color Cylindrical-coordinate representation of color #598492: hue angle of 194.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #598492 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89132146-
CMYK0.390.1000.43
HSL194.74º24.26%46.08%-
HSV(B)194.74º39.04%57.25%-
XYZ17.5620.730.26-
YUV120.74142.25105.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=24.25%
G=35.97%
B=39.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891321460.390.1000.43194.7424.2646.08
Hex59849227A02Bc3182e
Octal13120422247120533033056
Binary10110011000010010010010100111101001010111100001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598492; }

 p { color: rgb(89,132,146); }

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

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

 a { background-color: rgb(89,132,146); }

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

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

 span { border-color: rgb(89,132,146); }

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