#599089

Color #599089 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #599089

Tints of Lochinvar #599089

Color information

#599089 (or 0x599089) is unknown color: approx Lochinvar. HEX triplet: 59, 90 and 89. RGB value is (89,144,137). Sum of RGB (Red+Green+Blue) = 89+144+137=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #599089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599089 is #A66F76. Grayscale: #7E7E7E. Windows color (decimal): -10907511 or 9015385. OLE color: 9015385.

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

Color convert

RGB89144137-
CMYK0.3800.050.44
HSL172.36º23.61%45.69%-
HSV(B)172.36º38.19%56.47%-
XYZ18.6123.8827.29-
YUV126.76133.78101.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=24.05%
G=38.92%
B=37.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891441370.3800.050.44172.3623.6145.69
Hex59908926052Cac182e
Octal1312202114605542543056
Binary1011001100100001000100110011001011011001010110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599089; }

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

 H1.HeaderClassName
 {
   color: #599089;
 }
 .AnyTagClassName
 {
   color: #599089;
 }
</style>
background-color css

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

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

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

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

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

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