#598194

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

Shades of Horizon #598194

Tints of Horizon #598194

Color information

#598194 (or 0x598194) is unknown color: approx Horizon. HEX triplet: 59, 81 and 94. RGB value is (89,129,148). Sum of RGB (Red+Green+Blue) = 89+129+148=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #598194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598194 is #A67E6B. Grayscale: #777777. Windows color (decimal): -10911340 or 9732441. OLE color: 9732441.

HSL color Cylindrical-coordinate representation of color #598194: hue angle of 199.32º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #598194 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89129148-
CMYK0.400.1300.42
HSL199.32º24.89%46.47%-
HSV(B)199.32º39.86%58.04%-
XYZ17.3219.9630.96-
YUV119.21144.25106.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=24.32%
G=35.25%
B=40.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891291480.400.1300.42199.3224.8946.47
Hex59819428D02Ac7192e
Octal13120122450150523073156
Binary10110011000000110010100101000110101010101100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598194; }

 p { color: rgb(89,129,148); }

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

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

 a { background-color: rgb(89,129,148); }

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

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

 span { border-color: rgb(89,129,148); }

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