Html Css Color HEX #599189 Lochinvar

📋 copy color: '#599189'

red 89 ◦ green 145 ◦ blue 137

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

Shades of Lochinvar #599189

Tints of Lochinvar #599189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 137 (53.91% from 255) = 36.93%

R = 23.99%
G = 39.08%
B = 36.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#599189 (or 0x599189) is known color: Lochinvar. HEX triplet: 59, 91 and 89. RGB value is (89,145,137). Sum of RGB (Red+Green+Blue) = 89+145+137=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #599189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599189 is #A66E76. Grayscale: #7F7F7F. Windows color (decimal): -10907255 or 9015641. OLE color: 9015641.

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

Color convert

RGB 89 145 137 -
CMYK 0.39 0 0.06 0.43
HSL 171.43º 0.24% 0.46% -
HSV(B) 171.43º 0.39% 0.57% -
XYZ 18.76 24.18 27.35 -
YUV 127.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 89 145 137 0.39 0 0.06 0.43 171.43 0.24 0.46
Hex 59 91 89 27 0 6 2B AB 18 2E
Octal 131 221 211 47 0 6 53 253 30 56
Binary 1011001 10010001 10001001 100111 0 110 101011 10101011 11000 101110

Color Harmonies of #599189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599189

Black with #599189

Text Example


Text Example

White with #599189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599189; }

 p { color: rgb(89,145,137); }

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

background-color css

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

 a { background-color: rgb(89,145,137); }

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

border-color css

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

 span { border-color: rgb(89,145,137); }

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