#598490

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

Shades of Horizon #598490

Tints of Horizon #598490

Color information

#598490 (or 0x598490) is unknown color: approx Horizon. HEX triplet: 59, 84 and 90. RGB value is (89,132,144). Sum of RGB (Red+Green+Blue) = 89+132+144=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #598490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598490 is #A67B6F. Grayscale: #787878. Windows color (decimal): -10910576 or 9471065. OLE color: 9471065.

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

Color convert

RGB89132144-
CMYK0.380.0800.44
HSL193.09º23.61%45.69%-
HSV(B)193.09º38.19%56.47%-
XYZ17.4120.6429.45-
YUV120.51141.25105.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=24.38%
G=36.16%
B=39.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891321440.380.0800.44193.0923.6145.69
Hex59849026802Cc1182e
Octal13120422046100543013056
Binary10110011000010010010000100110100001011001100000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598490; }

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

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

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

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

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

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

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

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