#509288

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

Shades of Lochinvar #509288

Tints of Lochinvar #509288

Color information

#509288 (or 0x509288) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 88. RGB value is (80,146,136). Sum of RGB (Red+Green+Blue) = 80+146+136=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #509288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509288 is #AF6D77. Grayscale: #7D7D7D. Windows color (decimal): -11496824 or 8950352. OLE color: 8950352.

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

Color convert

RGB80146136-
CMYK0.4500.070.43
HSL170.91º29.2%44.31%-
HSV(B)170.91º45.21%57.25%-
XYZ18.0324.0426.98-
YUV125.13134.1395.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=22.10%
G=40.33%
B=37.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461360.4500.070.43170.9129.244.31
Hex5092882D072Bab1d2c
Octal1202222105507532533554
Binary1010000100100101000100010110101111010111010101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509288; }

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

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

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

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

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

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

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

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