Html Css Color HEX #598392 Horizon

📋 copy color: '#598392'

red 89 ◦ green 131 ◦ blue 146

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

Shades of Horizon #598392

Tints of Horizon #598392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 24.32%
G = 35.79%
B = 39.89%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#598392 (or 0x598392) is known color: Horizon. HEX triplet: 59, 83 and 92. RGB value is (89,131,146). Sum of RGB (Red+Green+Blue) = 89+131+146=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #598392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598392 is #A67C6D. Grayscale: #787878. Windows color (decimal): -10910830 or 9601881. OLE color: 9601881.

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

Color convert

RGB 89 131 146 -
CMYK 0.39 0.10 0 0.43
HSL 195.79º 0.24% 0.46% -
HSV(B) 195.79º 0.39% 0.57% -
XYZ 17.42 20.43 30.22 -
YUV 120.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 89 131 146 0.39 0.10 0 0.43 195.79 0.24 0.46
Hex 59 83 92 27 A 0 2B C4 18 2E
Octal 131 203 222 47 12 0 53 304 30 56
Binary 1011001 10000011 10010010 100111 1010 0 101011 11000100 11000 101110

Color Harmonies of #598392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598392

Black with #598392

Text Example


Text Example

White with #598392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598392; }

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

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

background-color css

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

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

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

border-color css

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

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

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