#509188

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

Shades of Lochinvar #509188

Tints of Lochinvar #509188

Color information

#509188 (or 0x509188) is unknown color: approx Lochinvar. HEX triplet: 50, 91 and 88. RGB value is (80,145,136). Sum of RGB (Red+Green+Blue) = 80+145+136=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #509188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509188 is #AF6E77. Grayscale: #7C7C7C. Windows color (decimal): -11497080 or 8950096. OLE color: 8950096.

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

Color convert

RGB80145136-
CMYK0.4500.060.43
HSL171.69º28.89%44.12%-
HSV(B)171.69º44.83%56.86%-
XYZ17.8823.7326.93-
YUV124.54134.4796.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=22.16%
G=40.17%
B=37.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451360.4500.060.43171.6928.8944.12
Hex5091882D062Bac1d2c
Octal1202212105506532543554
Binary1010000100100011000100010110101101010111010110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509188; }

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

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

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

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

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

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

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

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