#598898

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

Shades of Horizon #598898

Tints of Horizon #598898

Color information

#598898 (or 0x598898) is unknown color: approx Horizon. HEX triplet: 59, 88 and 98. RGB value is (89,136,152). Sum of RGB (Red+Green+Blue) = 89+136+152=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #598898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598898 is #A67767. Grayscale: #7B7B7B. Windows color (decimal): -10909544 or 9996377. OLE color: 9996377.

HSL color Cylindrical-coordinate representation of color #598898: hue angle of 195.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #598898 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89136152-
CMYK0.410.1100.40
HSL195.24º26.14%47.25%-
HSV(B)195.24º41.45%59.61%-
XYZ18.592232.97-
YUV123.77143.93103.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=23.61%
G=36.07%
B=40.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891361520.410.1100.40195.2426.1447.25
Hex59889829B028c31a2f
Octal13121023051130503033257
Binary10110011000100010011000101001101101010001100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598898; }

 p { color: rgb(89,136,152); }

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

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

 a { background-color: rgb(89,136,152); }

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

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

 span { border-color: rgb(89,136,152); }

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