Html Css Color HEX #598799 Horizon

📋 copy color: '#598799'

red 89 ◦ green 135 ◦ blue 153

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

Shades of Horizon #598799

Tints of Horizon #598799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

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

R = 23.61%
G = 35.81%
B = 40.58%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#598799 (or 0x598799) is known color: Horizon. HEX triplet: 59, 87 and 99. RGB value is (89,135,153). Sum of RGB (Red+Green+Blue) = 89+135+153=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #598799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598799 is #A67866. Grayscale: #7B7B7B. Windows color (decimal): -10909799 or 10061657. OLE color: 10061657.

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

Color convert

RGB 89 135 153 -
CMYK 0.42 0.12 0 0.4
HSL 196.88º 0.26% 0.47% -
HSV(B) 196.88º 0.42% 0.6% -
XYZ 18.53 21.75 33.36 -
YUV 123.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 89 135 153 0.42 0.12 0 0.4 196.88 0.26 0.47
Hex 59 87 99 2A C 0 28 C5 1A 2F
Octal 131 207 231 52 14 0 50 305 32 57
Binary 1011001 10000111 10011001 101010 1100 0 101000 11000101 11010 101111

Color Harmonies of #598799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598799

Black with #598799

Text Example


Text Example

White with #598799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598799; }

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

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

background-color css

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

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

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

border-color css

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

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

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