#598193

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

Shades of Horizon #598193

Tints of Horizon #598193

Color information

#598193 (or 0x598193) is unknown color: approx Horizon. HEX triplet: 59, 81 and 93. RGB value is (89,129,147). Sum of RGB (Red+Green+Blue) = 89+129+147=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #598193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598193 is #A67E6C. Grayscale: #767676. Windows color (decimal): -10911341 or 9666905. OLE color: 9666905.

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

Color convert

RGB89129147-
CMYK0.390.1200.42
HSL198.62º24.58%46.27%-
HSV(B)198.62º39.46%57.65%-
XYZ17.2419.9330.54-
YUV119.09143.75106.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=24.38%
G=35.34%
B=40.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891291470.390.1200.42198.6224.5846.27
Hex59819327C02Ac7192e
Octal13120122347140523073156
Binary10110011000000110010011100111110001010101100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598193; }

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

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

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

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

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

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

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

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