#509087

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

Shades of Lochinvar #509087

Tints of Lochinvar #509087

Color information

#509087 (or 0x509087) is unknown color: approx Lochinvar. HEX triplet: 50, 90 and 87. RGB value is (80,144,135). Sum of RGB (Red+Green+Blue) = 80+144+135=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #509087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509087 is #AF6F78. Grayscale: #7B7B7B. Windows color (decimal): -11497337 or 8884304. OLE color: 8884304.

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

Color convert

RGB80144135-
CMYK0.4400.060.44
HSL171.56º28.57%43.92%-
HSV(B)171.56º44.44%56.47%-
XYZ17.6523.426.51-
YUV123.84134.396.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 135 (53.12% from 255) = 37.60%
R=22.28%
G=40.11%
B=37.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441350.4400.060.44171.5628.5743.92
Hex5090872C062Cac1d2c
Octal1202202075406542543554
Binary1010000100100001000011110110001101011001010110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509087; }

 p { color: rgb(80,144,135); }

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

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

 a { background-color: rgb(80,144,135); }

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

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

 span { border-color: rgb(80,144,135); }

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