#598098

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

Shades of Horizon #598098

Tints of Horizon #598098

Color information

#598098 (or 0x598098) is unknown color: approx Horizon. HEX triplet: 59, 80 and 98. RGB value is (89,128,152). Sum of RGB (Red+Green+Blue) = 89+128+152=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #598098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598098 is #A67F67. Grayscale: #767676. Windows color (decimal): -10911592 or 9994329. OLE color: 9994329.

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

Color convert

RGB89128152-
CMYK0.410.1600.40
HSL202.86º26.14%47.25%-
HSV(B)202.86º41.45%59.61%-
XYZ17.5119.8332.61-
YUV119.08146.58106.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=24.12%
G=34.69%
B=41.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891281520.410.1600.40202.8626.1447.25
Hex5980982910028cb1a2f
Octal13120023051200503133257
Binary101100110000000100110001010011000001010001100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598098; }

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

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

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

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

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

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

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

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