#598895

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

Shades of Horizon #598895

Tints of Horizon #598895

Color information

#598895 (or 0x598895) is unknown color: approx Horizon. HEX triplet: 59, 88 and 95. RGB value is (89,136,149). Sum of RGB (Red+Green+Blue) = 89+136+149=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #598895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598895 is #A6776A. Grayscale: #7B7B7B. Windows color (decimal): -10909547 or 9799769. OLE color: 9799769.

HSL color Cylindrical-coordinate representation of color #598895: hue angle of 193º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #598895 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89136149-
CMYK0.400.0900.42
HSL193º25.21%46.67%-
HSV(B)193º40.27%58.43%-
XYZ18.3521.931.69-
YUV123.43142.43103.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=23.80%
G=36.36%
B=39.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891361490.400.0900.4219325.2146.67
Hex59889528902Ac1192f
Octal13121022550110523013157
Binary10110011000100010010101101000100101010101100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598895; }

 p { color: rgb(89,136,149); }

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

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

 a { background-color: rgb(89,136,149); }

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

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

 span { border-color: rgb(89,136,149); }

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