#598392

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

Shades of Horizon #598392

Tints of Horizon #598392

Color information

#598392 (or 0x598392) is unknown color: approx Horizon. HEX triplet: 59, 83 and 92. RGB value is (89,131,146). Sum of RGB (Red+Green+Blue) = 89+131+146=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #598392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598392 is #A67C6D. Grayscale: #787878. Windows color (decimal): -10910830 or 9601881. OLE color: 9601881.

HSL color Cylindrical-coordinate representation of color #598392: hue angle of 195.79º 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 #598392 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89131146-
CMYK0.390.1000.43
HSL195.79º24.26%46.08%-
HSV(B)195.79º39.04%57.25%-
XYZ17.4220.4330.22-
YUV120.15142.59105.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=24.32%
G=35.79%
B=39.89%

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
Decimal891311460.390.1000.43195.7924.2646.08
Hex59839227A02Bc4182e
Octal13120322247120533043056
Binary10110011000001110010010100111101001010111100010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598392; }

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

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

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

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

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

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

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

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