#598D9C

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

Shades of Horizon #598D9C

Tints of Horizon #598D9C

Color information

#598D9C (or 0x598D9C) is unknown color: approx Horizon. HEX triplet: 59, 8D and 9C. RGB value is (89,141,156). Sum of RGB (Red+Green+Blue) = 89+141+156=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #598D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598D9C is #A67263. Grayscale: #7F7F7F. Windows color (decimal): -10908260 or 10259801. OLE color: 10259801.

HSL color Cylindrical-coordinate representation of color #598D9C: hue angle of 193.43º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #598D9C is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89141156-
CMYK0.430.1000.39
HSL193.43º27.35%48.04%-
HSV(B)193.43º42.95%61.18%-
XYZ19.6523.5734.97-
YUV127.16144.27100.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.06%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=23.06%
G=36.53%
B=40.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891411560.430.1000.39193.4327.3548.04
Hex598D9C2BA027c11b30
Octal13121523453120473013360
Binary10110011000110110011100101011101001001111100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,141,156); }

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

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

 a { background-color: rgb(89,141,156); }

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

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

 span { border-color: rgb(89,141,156); }

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