#598198

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

Shades of Horizon #598198

Tints of Horizon #598198

Color information

#598198 (or 0x598198) is unknown color: approx Horizon. HEX triplet: 59, 81 and 98. RGB value is (89,129,152). Sum of RGB (Red+Green+Blue) = 89+129+152=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #598198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598198 is #A67E67. Grayscale: #777777. Windows color (decimal): -10911336 or 9994585. OLE color: 9994585.

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

Color convert

RGB89129152-
CMYK0.410.1500.40
HSL201.9º26.14%47.25%-
HSV(B)201.9º41.45%59.61%-
XYZ17.6420.0932.65-
YUV119.66146.25106.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=24.05%
G=34.86%
B=41.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891291520.410.1500.40201.926.1447.25
Hex59819829F028ca1a2f
Octal13120123051170503123257
Binary10110011000000110011000101001111101010001100101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598198; }

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

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

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

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

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

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

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

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