Html Css Color HEX #598496 Horizon

📋 copy color: '#598496'

red 89 ◦ green 132 ◦ blue 150

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

Shades of Horizon #598496

Tints of Horizon #598496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 23.99%
G = 35.58%
B = 40.43%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#598496 (or 0x598496) is known color: Horizon. HEX triplet: 59, 84 and 96. RGB value is (89,132,150). Sum of RGB (Red+Green+Blue) = 89+132+150=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #598496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598496 is #A67B69. Grayscale: #797979. Windows color (decimal): -10910570 or 9864281. OLE color: 9864281.

HSL color Cylindrical-coordinate representation of color #598496: hue angle of 197.7º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #598496 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 132 150 -
CMYK 0.41 0.12 0 0.41
HSL 197.7º 0.26% 0.47% -
HSV(B) 197.7º 0.41% 0.59% -
XYZ 17.88 20.83 31.93 -
YUV 121.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 89 132 150 0.41 0.12 0 0.41 197.7 0.26 0.47
Hex 59 84 96 29 C 0 29 C6 1A 2F
Octal 131 204 226 51 14 0 51 306 32 57
Binary 1011001 10000100 10010110 101001 1100 0 101001 11000110 11010 101111

Color Harmonies of #598496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598496

Black with #598496

Text Example


Text Example

White with #598496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598496; }

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

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

background-color css

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

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

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

border-color css

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

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

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