#54887F

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

Shades of Lochinvar #54887F

Tints of Lochinvar #54887F

Color information

#54887F (or 0x54887F) is unknown color: approx Lochinvar. HEX triplet: 54, 88 and 7F. RGB value is (84,136,127). Sum of RGB (Red+Green+Blue) = 84+136+127=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #54887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54887F is #AB7780. Grayscale: #777777. Windows color (decimal): -11237249 or 8357972. OLE color: 8357972.

HSL color Cylindrical-coordinate representation of color #54887F: hue angle of 169.62º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54887F is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB84136127-
CMYK0.3800.070.47
HSL169.62º23.64%43.14%-
HSV(B)169.62º38.24%53.33%-
XYZ16.2921.0323.28-
YUV119.43132.27102.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 127 (50% from 255) = 36.60%
R=24.21%
G=39.19%
B=36.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841361270.3800.070.47169.6223.6443.14
Hex54887F26072Faa182b
Octal1242101774607572523053
Binary101010010001000111111110011001111011111010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54887F; }

 p { color: rgb(84,136,127); }

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

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

 a { background-color: rgb(84,136,127); }

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

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

 span { border-color: rgb(84,136,127); }

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