#54877D

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

Shades of Lochinvar #54877D

Tints of Lochinvar #54877D

Color information

#54877D (or 0x54877D) is unknown color: approx Lochinvar. HEX triplet: 54, 87 and 7D. RGB value is (84,135,125). Sum of RGB (Red+Green+Blue) = 84+135+125=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #54877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54877D is #AB7882. Grayscale: #767676. Windows color (decimal): -11237507 or 8226644. OLE color: 8226644.

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

Color convert

RGB84135125-
CMYK0.3800.070.47
HSL168.24º23.29%42.94%-
HSV(B)168.24º37.78%52.94%-
XYZ16.0220.6922.55-
YUV118.61131.6103.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=24.42%
G=39.24%
B=36.34%

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
Decimal841351250.3800.070.47168.2423.2942.94
Hex54877D26072Fa8172b
Octal1242071754607572502753
Binary101010010000111111110110011001111011111010100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54877D; }

 p { color: rgb(84,135,125); }

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

<style>
 a { background-color: #54877D; }

 a { background-color: rgb(84,135,125); }

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

<style>
 span { border-color: #54877D; }

 span { border-color: rgb(84,135,125); }

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