#598B9B

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

Shades of Horizon #598B9B

Tints of Horizon #598B9B

Color information

#598B9B (or 0x598B9B) is unknown color: approx Horizon. HEX triplet: 59, 8B and 9B. RGB value is (89,139,155). Sum of RGB (Red+Green+Blue) = 89+139+155=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #598B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598B9B is #A67464. Grayscale: #7D7D7D. Windows color (decimal): -10908773 or 10193753. OLE color: 10193753.

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

Color convert

RGB89139155-
CMYK0.430.1000.39
HSL194.55º27.05%47.84%-
HSV(B)194.55º42.58%60.78%-
XYZ19.2722.9634.43-
YUV125.87144.44101.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=23.24%
G=36.29%
B=40.47%

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
Decimal891391550.430.1000.39194.5527.0547.84
Hex598B9B2BA027c31b30
Octal13121323353120473033360
Binary10110011000101110011011101011101001001111100001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,139,155); }

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

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

 a { background-color: rgb(89,139,155); }

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

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

 span { border-color: rgb(89,139,155); }

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