#598092

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

Shades of Horizon #598092

Tints of Horizon #598092

Color information

#598092 (or 0x598092) is unknown color: approx Horizon. HEX triplet: 59, 80 and 92. RGB value is (89,128,146). Sum of RGB (Red+Green+Blue) = 89+128+146=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #598092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598092 is #A67F6D. Grayscale: #767676. Windows color (decimal): -10911598 or 9601113. OLE color: 9601113.

HSL color Cylindrical-coordinate representation of color #598092: hue angle of 198.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #598092 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB89128146-
CMYK0.390.1200.43
HSL198.95º24.26%46.08%-
HSV(B)198.95º39.04%57.25%-
XYZ17.0319.6430.09-
YUV118.39143.58107.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.52%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=24.52%
G=35.26%
B=40.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891281460.390.1200.43198.9524.2646.08
Hex59809227C02Bc7182e
Octal13120022247140533073056
Binary10110011000000010010010100111110001010111100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598092; }

 p { color: rgb(89,128,146); }

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

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

 a { background-color: rgb(89,128,146); }

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

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

 span { border-color: rgb(89,128,146); }

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