Html Css Color HEX #598491 Horizon

📋 copy color: '#598491'

red 89 ◦ green 132 ◦ blue 145

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

Shades of Horizon #598491

Tints of Horizon #598491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.62%

R = 24.32%
G = 36.07%
B = 39.62%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#598491 (or 0x598491) is known color: Horizon. HEX triplet: 59, 84 and 91. RGB value is (89,132,145). Sum of RGB (Red+Green+Blue) = 89+132+145=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #598491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598491 is #A67B6E. Grayscale: #787878. Windows color (decimal): -10910575 or 9536601. OLE color: 9536601.

HSL color Cylindrical-coordinate representation of color #598491: hue angle of 193.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #598491 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 132 145 -
CMYK 0.39 0.09 0 0.43
HSL 193.93º 0.24% 0.46% -
HSV(B) 193.93º 0.39% 0.57% -
XYZ 17.48 20.67 29.86 -
YUV 120.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 89 132 145 0.39 0.09 0 0.43 193.93 0.24 0.46
Hex 59 84 91 27 9 0 2B C2 18 2E
Octal 131 204 221 47 11 0 53 302 30 56
Binary 1011001 10000100 10010001 100111 1001 0 101011 11000010 11000 101110

Color Harmonies of #598491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598491

Black with #598491

Text Example


Text Example

White with #598491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598491; }

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

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

background-color css

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

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

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

border-color css

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

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

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