#54887E

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

Shades of Lochinvar #54887E

Tints of Lochinvar #54887E

Color information

#54887E (or 0x54887E) is unknown color: approx Lochinvar. HEX triplet: 54, 88 and 7E. RGB value is (84,136,126). Sum of RGB (Red+Green+Blue) = 84+136+126=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #54887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54887E is #AB7781. Grayscale: #777777. Windows color (decimal): -11237250 or 8292436. OLE color: 8292436.

HSL color Cylindrical-coordinate representation of color #54887E: hue angle of 168.46º 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 #54887E is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB84136126-
CMYK0.3800.070.47
HSL168.46º23.64%43.14%-
HSV(B)168.46º38.24%53.33%-
XYZ16.232122.94-
YUV119.31131.77102.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=24.28%
G=39.31%
B=36.42%

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
Decimal841361260.3800.070.47168.4623.6443.14
Hex54887E26072Fa8182b
Octal1242101764607572503053
Binary101010010001000111111010011001111011111010100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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