#598A9C

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

Shades of Horizon #598A9C

Tints of Horizon #598A9C

Color information

#598A9C (or 0x598A9C) is unknown color: approx Horizon. HEX triplet: 59, 8A and 9C. RGB value is (89,138,156). Sum of RGB (Red+Green+Blue) = 89+138+156=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #598A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A9C is #A67563. Grayscale: #7D7D7D. Windows color (decimal): -10909028 or 10259033. OLE color: 10259033.

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

Color convert

RGB89138156-
CMYK0.430.1200.39
HSL196.12º27.35%48.04%-
HSV(B)196.12º42.95%61.18%-
XYZ19.2122.734.82-
YUV125.4145.27102.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=23.24%
G=36.03%
B=40.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891381560.430.1200.39196.1227.3548.04
Hex598A9C2BC027c41b30
Octal13121223453140473043360
Binary10110011000101010011100101011110001001111100010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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