#54887C

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

Shades of Lochinvar #54887C

Tints of Lochinvar #54887C

Color information

#54887C (or 0x54887C) is unknown color: approx Lochinvar. HEX triplet: 54, 88 and 7C. RGB value is (84,136,124). Sum of RGB (Red+Green+Blue) = 84+136+124=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #54887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54887C is #AB7783. Grayscale: #777777. Windows color (decimal): -11237252 or 8161364. OLE color: 8161364.

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

Color convert

RGB84136124-
CMYK0.3800.090.47
HSL166.15º23.64%43.14%-
HSV(B)166.15º38.24%53.33%-
XYZ16.120.9522.26-
YUV119.08130.77102.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 136 (53.52% from 255) = 39.53%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=24.42%
G=39.53%
B=36.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841361240.3800.090.47166.1523.6443.14
Hex54887C26092Fa6182b
Octal12421017446011572463053
Binary1010100100010001111100100110010011011111010011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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