Html Css Color HEX #598999 Horizon

📋 copy color: '#598999'

red 89 ◦ green 137 ◦ blue 153

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

Shades of Horizon #598999

Tints of Horizon #598999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

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

R = 23.48%
G = 36.15%
B = 40.37%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#598999 (or 0x598999) is known color: Horizon. HEX triplet: 59, 89 and 99. RGB value is (89,137,153). Sum of RGB (Red+Green+Blue) = 89+137+153=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #598999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598999 is #A67666. Grayscale: #7C7C7C. Windows color (decimal): -10909287 or 10062169. OLE color: 10062169.

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

Color convert

RGB 89 137 153 -
CMYK 0.42 0.10 0 0.4
HSL 195º 0.26% 0.47% -
HSV(B) 195º 0.42% 0.6% -
XYZ 18.82 22.32 33.45 -
YUV 124.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 89 137 153 0.42 0.10 0 0.4 195 0.26 0.47
Hex 59 89 99 2A A 0 28 C3 1A 2F
Octal 131 211 231 52 12 0 50 303 32 57
Binary 1011001 10001001 10011001 101010 1010 0 101000 11000011 11010 101111

Color Harmonies of #598999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598999

Black with #598999

Text Example


Text Example

White with #598999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598999; }

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

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

background-color css

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

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

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

border-color css

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

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

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