#598798

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

Shades of Horizon #598798

Tints of Horizon #598798

Color information

#598798 (or 0x598798) is unknown color: approx Horizon. HEX triplet: 59, 87 and 98. RGB value is (89,135,152). Sum of RGB (Red+Green+Blue) = 89+135+152=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #598798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598798 is #A67867. Grayscale: #7B7B7B. Windows color (decimal): -10909800 or 9996121. OLE color: 9996121.

HSL color Cylindrical-coordinate representation of color #598798: hue angle of 196.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #598798 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89135152-
CMYK0.410.1100.40
HSL196.19º26.14%47.25%-
HSV(B)196.19º41.45%59.61%-
XYZ18.4521.7232.93-
YUV123.18144.26103.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=23.67%
G=35.90%
B=40.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891351520.410.1100.40196.1926.1447.25
Hex59879829B028c41a2f
Octal13120723051130503043257
Binary10110011000011110011000101001101101010001100010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598798; }

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

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

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

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

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

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

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

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