Html Css Color HEX #598390 Horizon

📋 copy color: '#598390'

red 89 ◦ green 131 ◦ blue 144

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

Shades of Horizon #598390

Tints of Horizon #598390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 24.45%
G = 35.99%
B = 39.56%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#598390 (or 0x598390) is known color: Horizon. HEX triplet: 59, 83 and 90. RGB value is (89,131,144). Sum of RGB (Red+Green+Blue) = 89+131+144=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #598390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598390 is #A67C6F. Grayscale: #777777. Windows color (decimal): -10910832 or 9470809. OLE color: 9470809.

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

Color convert

RGB 89 131 144 -
CMYK 0.38 0.09 0 0.44
HSL 194.18º 0.24% 0.46% -
HSV(B) 194.18º 0.38% 0.56% -
XYZ 17.27 20.37 29.41 -
YUV 119.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 89 131 144 0.38 0.09 0 0.44 194.18 0.24 0.46
Hex 59 83 90 26 9 0 2C C2 18 2E
Octal 131 203 220 46 11 0 54 302 30 56
Binary 1011001 10000011 10010000 100110 1001 0 101100 11000010 11000 101110

Color Harmonies of #598390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598390

Black with #598390

Text Example


Text Example

White with #598390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598390; }

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

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

background-color css

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

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

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

border-color css

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

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

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