#408E87

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

Shades of Lochinvar #408E87

Tints of Lochinvar #408E87

Color information

#408E87 (or 0x408E87) is unknown color: approx Lochinvar. HEX triplet: 40, 8E and 87. RGB value is (64,142,135). Sum of RGB (Red+Green+Blue) = 64+142+135=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #408E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E87 is #BF7178. Grayscale: #757575. Windows color (decimal): -12546425 or 8883776. OLE color: 8883776.

HSL color Cylindrical-coordinate representation of color #408E87: hue angle of 174.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E87 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB64142135-
CMYK0.5500.050.44
HSL174.62º37.86%40.39%-
HSV(B)174.62º54.93%55.69%-
XYZ16.1622.1926.35-
YUV117.88137.6689.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.77%
GREEN value IS 142 (55.86% from 255) = 41.64%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=18.77%
G=41.64%
B=39.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641421350.5500.050.44174.6237.8640.39
Hex408E8737052Caf2628
Octal1002162076705542574650
Binary10000001000111010000111110111010110110010101111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408E87; }

 p { color: rgb(64,142,135); }

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

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

 a { background-color: rgb(64,142,135); }

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

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

 span { border-color: rgb(64,142,135); }

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