#598699

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

Shades of Horizon #598699

Tints of Horizon #598699

Color information

#598699 (or 0x598699) is unknown color: approx Horizon. HEX triplet: 59, 86 and 99. RGB value is (89,134,153). Sum of RGB (Red+Green+Blue) = 89+134+153=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #598699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598699 is #A67966. Grayscale: #7A7A7A. Windows color (decimal): -10910055 or 10061401. OLE color: 10061401.

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

Color convert

RGB89134153-
CMYK0.420.1200.4
HSL197.81º26.45%47.45%-
HSV(B)197.81º41.83%60%-
XYZ18.3921.4733.31-
YUV122.71145.09103.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=23.67%
G=35.64%
B=40.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891341530.420.1200.4197.8126.4547.45
Hex5986992AC028c61a2f
Octal13120623152140503063257
Binary10110011000011010011001101010110001010001100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598699; }

 p { color: rgb(89,134,153); }

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

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

 a { background-color: rgb(89,134,153); }

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

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

 span { border-color: rgb(89,134,153); }

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