#598794

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

Shades of Horizon #598794

Tints of Horizon #598794

Color information

#598794 (or 0x598794) is unknown color: approx Horizon. HEX triplet: 59, 87 and 94. RGB value is (89,135,148). Sum of RGB (Red+Green+Blue) = 89+135+148=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #598794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598794 is #A6786B. Grayscale: #7A7A7A. Windows color (decimal): -10909804 or 9733977. OLE color: 9733977.

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

Color convert

RGB89135148-
CMYK0.400.0900.42
HSL193.22º24.89%46.47%-
HSV(B)193.22º39.86%58.04%-
XYZ18.1321.5931.23-
YUV122.73142.26103.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=23.92%
G=36.29%
B=39.78%

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
Decimal891351480.400.0900.42193.2224.8946.47
Hex59879428902Ac1192e
Octal13120722450110523013156
Binary10110011000011110010100101000100101010101100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598794; }

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

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

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

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

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

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

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

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