#509088

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

Shades of Lochinvar #509088

Tints of Lochinvar #509088

Color information

#509088 (or 0x509088) is unknown color: approx Lochinvar. HEX triplet: 50, 90 and 88. RGB value is (80,144,136). Sum of RGB (Red+Green+Blue) = 80+144+136=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #509088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509088 is #AF6F77. Grayscale: #7B7B7B. Windows color (decimal): -11497336 or 8949840. OLE color: 8949840.

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

Color convert

RGB80144136-
CMYK0.4400.060.44
HSL172.5º28.57%43.92%-
HSV(B)172.5º44.44%56.47%-
XYZ17.7323.4326.88-
YUV123.95134.896.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=22.22%
G=40%
B=37.78%

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
Decimal801441360.4400.060.44172.528.5743.92
Hex5090882C062Cac1d2c
Octal1202202105406542543554
Binary1010000100100001000100010110001101011001010110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509088; }

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

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

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

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

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

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

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

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