#598A9D

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

Shades of Horizon #598A9D

Tints of Horizon #598A9D

Color information

#598A9D (or 0x598A9D) is unknown color: approx Horizon. HEX triplet: 59, 8A and 9D. RGB value is (89,138,157). Sum of RGB (Red+Green+Blue) = 89+138+157=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #598A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A9D is #A67562. Grayscale: #7D7D7D. Windows color (decimal): -10909027 or 10324569. OLE color: 10324569.

HSL color Cylindrical-coordinate representation of color #598A9D: hue angle of 196.76º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #598A9D is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89138157-
CMYK0.430.1200.38
HSL196.76º27.64%48.24%-
HSV(B)196.76º43.31%61.57%-
XYZ19.2922.7435.27-
YUV125.52145.77101.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.18%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=23.18%
G=35.94%
B=40.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891381570.430.1200.38196.7627.6448.24
Hex598A9D2BC026c51c30
Octal13121223553140463053460
Binary10110011000101010011101101011110001001101100010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598A9D; }

 p { color: rgb(89,138,157); }

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

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

 a { background-color: rgb(89,138,157); }

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

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

 span { border-color: rgb(89,138,157); }

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