#598093

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

Shades of Horizon #598093

Tints of Horizon #598093

Color information

#598093 (or 0x598093) is unknown color: approx Horizon. HEX triplet: 59, 80 and 93. RGB value is (89,128,147). Sum of RGB (Red+Green+Blue) = 89+128+147=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #598093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598093 is #A67F6C. Grayscale: #767676. Windows color (decimal): -10911597 or 9666649. OLE color: 9666649.

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

Color convert

RGB89128147-
CMYK0.390.1300.42
HSL199.66º24.58%46.27%-
HSV(B)199.66º39.46%57.65%-
XYZ17.1119.6730.5-
YUV118.5144.08106.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=24.45%
G=35.16%
B=40.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891281470.390.1300.42199.6624.5846.27
Hex59809327D02Ac8192e
Octal13120022347150523103156
Binary10110011000000010010011100111110101010101100100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598093; }

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

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

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

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

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

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

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

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