#508F88

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

Shades of Lochinvar #508F88

Tints of Lochinvar #508F88

Color information

#508F88 (or 0x508F88) is unknown color: approx Lochinvar. HEX triplet: 50, 8F and 88. RGB value is (80,143,136). Sum of RGB (Red+Green+Blue) = 80+143+136=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 143 - color contains mainly: green. Hex color #508F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F88 is #AF7077. Grayscale: #7B7B7B. Windows color (decimal): -11497592 or 8949584. OLE color: 8949584.

HSL color Cylindrical-coordinate representation of color #508F88: hue angle of 173.33º degrees, saturation: 0.28, 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 #508F88 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB80143136-
CMYK0.4400.050.44
HSL173.33º28.25%43.73%-
HSV(B)173.33º44.06%56.08%-
XYZ17.5723.1326.83-
YUV123.36135.1397.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 143 (56.25% from 255) = 39.83%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=22.28%
G=39.83%
B=37.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801431360.4400.050.44173.3328.2543.73
Hex508F882C052Cad1c2c
Octal1202172105405542553454
Binary1010000100011111000100010110001011011001010110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508F88; }

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

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

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

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

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

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

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

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