#598A98

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

Shades of Horizon #598A98

Tints of Horizon #598A98

Color information

#598A98 (or 0x598A98) is unknown color: approx Horizon. HEX triplet: 59, 8A and 98. RGB value is (89,138,152). Sum of RGB (Red+Green+Blue) = 89+138+152=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #598A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A98 is #A67567. Grayscale: #7C7C7C. Windows color (decimal): -10909032 or 9996889. OLE color: 9996889.

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

Color convert

RGB89138152-
CMYK0.410.0900.40
HSL193.33º26.14%47.25%-
HSV(B)193.33º41.45%59.61%-
XYZ18.8822.5733.07-
YUV124.94143.27102.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=23.48%
G=36.41%
B=40.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891381520.410.0900.40193.3326.1447.25
Hex598A98299028c11a2f
Octal13121223051110503013257
Binary10110011000101010011000101001100101010001100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598A98; }

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

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

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

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

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

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

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

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