Html Css Color HEX #598494 Horizon

📋 copy color: '#598494'

red 89 ◦ green 132 ◦ blue 148

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

Shades of Horizon #598494

Tints of Horizon #598494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.11%

R = 24.12%
G = 35.77%
B = 40.11%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598494 (or 0x598494) is known color: Horizon. HEX triplet: 59, 84 and 94. RGB value is (89,132,148). Sum of RGB (Red+Green+Blue) = 89+132+148=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #598494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598494 is #A67B6B. Grayscale: #787878. Windows color (decimal): -10910572 or 9733209. OLE color: 9733209.

HSL color Cylindrical-coordinate representation of color #598494: hue angle of 196.27º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #598494 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 132 148 -
CMYK 0.40 0.11 0 0.42
HSL 196.27º 0.25% 0.46% -
HSV(B) 196.27º 0.4% 0.58% -
XYZ 17.72 20.76 31.09 -
YUV 120.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 89 132 148 0.40 0.11 0 0.42 196.27 0.25 0.46
Hex 59 84 94 28 B 0 2A C4 19 2E
Octal 131 204 224 50 13 0 52 304 31 56
Binary 1011001 10000100 10010100 101000 1011 0 101010 11000100 11001 101110

Color Harmonies of #598494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598494

Black with #598494

Text Example


Text Example

White with #598494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598494; }

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

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

background-color css

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

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

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

border-color css

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

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

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