#598390

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

Shades of Horizon #598390

Tints of Horizon #598390

Color information

#598390 (or 0x598390) is unknown color: approx Horizon. HEX triplet: 59, 83 and 90. RGB value is (89,131,144). Sum of RGB (Red+Green+Blue) = 89+131+144=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #598390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598390 is #A67C6F. Grayscale: #777777. Windows color (decimal): -10910832 or 9470809. OLE color: 9470809.

HSL color Cylindrical-coordinate representation of color #598390: hue angle of 194.18º 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 #598390 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89131144-
CMYK0.380.0900.44
HSL194.18º23.61%45.69%-
HSV(B)194.18º38.19%56.47%-
XYZ17.2720.3729.41-
YUV119.92141.59105.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=24.45%
G=35.99%
B=39.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891311440.380.0900.44194.1823.6145.69
Hex59839026902Cc2182e
Octal13120322046110543023056
Binary10110011000001110010000100110100101011001100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598390; }

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

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

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

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

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

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

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

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