#598894

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

Shades of Horizon #598894

Tints of Horizon #598894

Color information

#598894 (or 0x598894) is unknown color: approx Horizon. HEX triplet: 59, 88 and 94. RGB value is (89,136,148). Sum of RGB (Red+Green+Blue) = 89+136+148=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #598894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598894 is #A6776B. Grayscale: #7B7B7B. Windows color (decimal): -10909548 or 9734233. OLE color: 9734233.

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

Color convert

RGB89136148-
CMYK0.400.0800.42
HSL192.2º24.89%46.47%-
HSV(B)192.2º39.86%58.04%-
XYZ18.2721.8731.28-
YUV123.32141.93103.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=23.86%
G=36.46%
B=39.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891361480.400.0800.42192.224.8946.47
Hex59889428802Ac0192e
Octal13121022450100523003156
Binary10110011000100010010100101000100001010101100000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598894; }

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

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

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

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

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

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

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

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