Html Css Color HEX #598190 Horizon

📋 copy color: '#598190'

red 89 ◦ green 129 ◦ blue 144

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

Shades of Horizon #598190

Tints of Horizon #598190

RGB

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

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

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

R = 24.59%
G = 35.64%
B = 39.78%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#598190 (or 0x598190) is known color: Horizon. HEX triplet: 59, 81 and 90. RGB value is (89,129,144). Sum of RGB (Red+Green+Blue) = 89+129+144=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #598190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598190 is #A67E6F. Grayscale: #767676. Windows color (decimal): -10911344 or 9470297. OLE color: 9470297.

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

Color convert

RGB 89 129 144 -
CMYK 0.38 0.10 0 0.44
HSL 196.36º 0.24% 0.46% -
HSV(B) 196.36º 0.38% 0.56% -
XYZ 17 19.84 29.32 -
YUV 118.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 89 129 144 0.38 0.10 0 0.44 196.36 0.24 0.46
Hex 59 81 90 26 A 0 2C C4 18 2E
Octal 131 201 220 46 12 0 54 304 30 56
Binary 1011001 10000001 10010000 100110 1010 0 101100 11000100 11000 101110

Color Harmonies of #598190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598190

Black with #598190

Text Example


Text Example

White with #598190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598190; }

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

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

background-color css

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

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

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

border-color css

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

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

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