#509588

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

Shades of Lochinvar #509588

Tints of Lochinvar #509588

Color information

#509588 (or 0x509588) is unknown color: approx Lochinvar. HEX triplet: 50, 95 and 88. RGB value is (80,149,136). Sum of RGB (Red+Green+Blue) = 80+149+136=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #509588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509588 is #AF6A77. Grayscale: #7E7E7E. Windows color (decimal): -11496056 or 8951120. OLE color: 8951120.

HSL color Cylindrical-coordinate representation of color #509588: hue angle of 168.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509588 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB80149136-
CMYK0.4600.090.42
HSL168.7º30.13%44.9%-
HSV(B)168.7º46.31%58.43%-
XYZ18.524.9827.14-
YUV126.89133.1494.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=21.92%
G=40.82%
B=37.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491360.4600.090.42168.730.1344.9
Hex5095882E092Aa91e2d
Octal12022521056011522513655
Binary10100001001010110001000101110010011010101010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509588; }

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

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

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

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

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

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

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

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