#598F9E

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

Shades of Horizon #598F9E

Tints of Horizon #598F9E

Color information

#598F9E (or 0x598F9E) is unknown color: approx Horizon. HEX triplet: 59, 8F and 9E. RGB value is (89,143,158). Sum of RGB (Red+Green+Blue) = 89+143+158=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #598F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598F9E is #A67061. Grayscale: #808080. Windows color (decimal): -10907746 or 10391385. OLE color: 10391385.

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

Color convert

RGB89143158-
CMYK0.440.0900.38
HSL193.04º27.94%48.43%-
HSV(B)193.04º43.67%61.96%-
XYZ20.1124.2435.97-
YUV128.56144.6199.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=22.82%
G=36.67%
B=40.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891431580.440.0900.38193.0427.9448.43
Hex598F9E2C9026c11c30
Octal13121723654110463013460
Binary10110011000111110011110101100100101001101100000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,143,158); }

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

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

 a { background-color: rgb(89,143,158); }

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

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

 span { border-color: rgb(89,143,158); }

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