#598090

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

Shades of Horizon #598090

Tints of Horizon #598090

Color information

#598090 (or 0x598090) is unknown color: approx Horizon. HEX triplet: 59, 80 and 90. RGB value is (89,128,144). Sum of RGB (Red+Green+Blue) = 89+128+144=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #598090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598090 is #A67F6F. Grayscale: #767676. Windows color (decimal): -10911600 or 9470041. OLE color: 9470041.

HSL color Cylindrical-coordinate representation of color #598090: hue angle of 197.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #598090 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89128144-
CMYK0.380.1100.44
HSL197.45º23.61%45.69%-
HSV(B)197.45º38.19%56.47%-
XYZ16.8719.5829.27-
YUV118.16142.58107.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=24.65%
G=35.46%
B=39.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891281440.380.1100.44197.4523.6145.69
Hex59809026B02Cc5182e
Octal13120022046130543053056
Binary10110011000000010010000100110101101011001100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598090; }

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

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

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

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

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

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

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

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