Html Css Color HEX #598499 Horizon

📋 copy color: '#598499'

red 89 ◦ green 132 ◦ blue 153

#598499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #598499

Tints of Horizon #598499

RGB

 RED value IS 89 (35.16% from 255) = 23.8%

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 23.8%
G = 35.29%
B = 40.91%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#598499 (or 0x598499) is known color: Horizon. HEX triplet: 59, 84 and 99. RGB value is (89,132,153). Sum of RGB (Red+Green+Blue) = 89+132+153=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #598499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598499 is #A67B66. Grayscale: #797979. Windows color (decimal): -10910567 or 10060889. OLE color: 10060889.

HSL color Cylindrical-coordinate representation of color #598499: hue angle of 199.69º 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 #598499 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 132 153 -
CMYK 0.42 0.14 0 0.4
HSL 199.69º 0.26% 0.47% -
HSV(B) 199.69º 0.42% 0.6% -
XYZ 18.12 20.93 33.22 -
YUV 121.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 89 132 153 0.42 0.14 0 0.4 199.69 0.26 0.47
Hex 59 84 99 2A E 0 28 C8 1A 2F
Octal 131 204 231 52 16 0 50 310 32 57
Binary 1011001 10000100 10011001 101010 1110 0 101000 11001000 11010 101111

Color Harmonies of #598499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598499

Black with #598499

Text Example


Text Example

White with #598499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598499; }

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

 H1.HeaderClassName
 {
   color: #598499;
 }
 .AnyTagClassName
 {
   color: #598499;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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