Html Css Color HEX #598899 Horizon

📋 copy color: '#598899'

red 89 ◦ green 136 ◦ blue 153

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

Shades of Horizon #598899

Tints of Horizon #598899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 23.54%
G = 35.98%
B = 40.48%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#598899 (or 0x598899) is known color: Horizon. HEX triplet: 59, 88 and 99. RGB value is (89,136,153). Sum of RGB (Red+Green+Blue) = 89+136+153=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #598899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598899 is #A67766. Grayscale: #7B7B7B. Windows color (decimal): -10909543 or 10061913. OLE color: 10061913.

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

Color convert

RGB 89 136 153 -
CMYK 0.42 0.11 0 0.4
HSL 195.94º 0.26% 0.47% -
HSV(B) 195.94º 0.42% 0.6% -
XYZ 18.67 22.03 33.41 -
YUV 123.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 89 136 153 0.42 0.11 0 0.4 195.94 0.26 0.47
Hex 59 88 99 2A B 0 28 C4 1A 2F
Octal 131 210 231 52 13 0 50 304 32 57
Binary 1011001 10001000 10011001 101010 1011 0 101000 11000100 11010 101111

Color Harmonies of #598899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598899

Black with #598899

Text Example


Text Example

White with #598899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598899; }

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

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

background-color css

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

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

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

border-color css

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

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

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