#598592

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

Shades of Horizon #598592

Tints of Horizon #598592

Color information

#598592 (or 0x598592) is unknown color: approx Horizon. HEX triplet: 59, 85 and 92. RGB value is (89,133,146). Sum of RGB (Red+Green+Blue) = 89+133+146=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #598592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598592 is #A67A6D. Grayscale: #797979. Windows color (decimal): -10910318 or 9602393. OLE color: 9602393.

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

Color convert

RGB89133146-
CMYK0.390.0900.43
HSL193.68º24.26%46.08%-
HSV(B)193.68º39.04%57.25%-
XYZ17.720.9730.31-
YUV121.33141.92104.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=24.18%
G=36.14%
B=39.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891331460.390.0900.43193.6824.2646.08
Hex59859227902Bc2182e
Octal13120522247110533023056
Binary10110011000010110010010100111100101010111100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598592; }

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

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

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

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

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

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

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

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