Html Css Color HEX #598192 Horizon

📋 copy color: '#598192'

red 89 ◦ green 129 ◦ blue 146

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

Shades of Horizon #598192

Tints of Horizon #598192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 24.45%
G = 35.44%
B = 40.11%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#598192 (or 0x598192) is known color: Horizon. HEX triplet: 59, 81 and 92. RGB value is (89,129,146). Sum of RGB (Red+Green+Blue) = 89+129+146=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #598192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598192 is #A67E6D. Grayscale: #767676. Windows color (decimal): -10911342 or 9601369. OLE color: 9601369.

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

Color convert

RGB 89 129 146 -
CMYK 0.39 0.12 0 0.43
HSL 197.89º 0.24% 0.46% -
HSV(B) 197.89º 0.39% 0.57% -
XYZ 17.16 19.9 30.13 -
YUV 118.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 89 129 146 0.39 0.12 0 0.43 197.89 0.24 0.46
Hex 59 81 92 27 C 0 2B C6 18 2E
Octal 131 201 222 47 14 0 53 306 30 56
Binary 1011001 10000001 10010010 100111 1100 0 101011 11000110 11000 101110

Color Harmonies of #598192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598192

Black with #598192

Text Example


Text Example

White with #598192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598192; }

 p { color: rgb(89,129,146); }

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

background-color css

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

 a { background-color: rgb(89,129,146); }

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

border-color css

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

 span { border-color: rgb(89,129,146); }

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