#509E88

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

Shades of Lochinvar #509E88

Tints of Lochinvar #509E88

Color information

#509E88 (or 0x509E88) is unknown color: approx Lochinvar. HEX triplet: 50, 9E and 88. RGB value is (80,158,136). Sum of RGB (Red+Green+Blue) = 80+158+136=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #509E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E88 is #AF6177. Grayscale: #848484. Windows color (decimal): -11493752 or 8953424. OLE color: 8953424.

HSL color Cylindrical-coordinate representation of color #509E88: hue angle of 163.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E88 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB80158136-
CMYK0.4900.140.38
HSL163.08º32.77%46.67%-
HSV(B)163.08º49.37%61.96%-
XYZ19.9827.9427.63-
YUV132.17130.1690.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=21.39%
G=42.25%
B=36.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581360.4900.140.38163.0832.7746.67
Hex509E88310E26a3212f
Octal12023621061016462434157
Binary101000010011110100010001100010111010011010100011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509E88; }

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

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

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

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

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

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

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

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