#598698

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

Shades of Horizon #598698

Tints of Horizon #598698

Color information

#598698 (or 0x598698) is unknown color: approx Horizon. HEX triplet: 59, 86 and 98. RGB value is (89,134,152). Sum of RGB (Red+Green+Blue) = 89+134+152=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #598698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598698 is #A67967. Grayscale: #7A7A7A. Windows color (decimal): -10910056 or 9995865. OLE color: 9995865.

HSL color Cylindrical-coordinate representation of color #598698: hue angle of 197.14º 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 #598698 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89134152-
CMYK0.410.1200.40
HSL197.14º26.14%47.25%-
HSV(B)197.14º41.45%59.61%-
XYZ18.3121.4432.88-
YUV122.6144.59104.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=23.73%
G=35.73%
B=40.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891341520.410.1200.40197.1426.1447.25
Hex59869829C028c51a2f
Octal13120623051140503053257
Binary10110011000011010011000101001110001010001100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598698; }

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

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

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

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

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

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

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

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