#54897E

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

Shades of Lochinvar #54897E

Tints of Lochinvar #54897E

Color information

#54897E (or 0x54897E) is unknown color: approx Lochinvar. HEX triplet: 54, 89 and 7E. RGB value is (84,137,126). Sum of RGB (Red+Green+Blue) = 84+137+126=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #54897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54897E is #AB7681. Grayscale: #777777. Windows color (decimal): -11236994 or 8292692. OLE color: 8292692.

HSL color Cylindrical-coordinate representation of color #54897E: hue angle of 167.55º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54897E is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB84137126-
CMYK0.3900.080.46
HSL167.55º23.98%43.33%-
HSV(B)167.55º38.69%53.73%-
XYZ16.3721.2822.98-
YUV119.9131.44102.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=24.21%
G=39.48%
B=36.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841371260.3900.080.46167.5523.9843.33
Hex54897E27082Ea8182b
Octal12421117647010562503053
Binary1010100100010011111110100111010001011101010100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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