#54958D

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

Shades of Lochinvar #54958D

Tints of Lochinvar #54958D

Color information

#54958D (or 0x54958D) is unknown color: approx Lochinvar. HEX triplet: 54, 95 and 8D. RGB value is (84,149,141). Sum of RGB (Red+Green+Blue) = 84+149+141=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #54958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54958D is #AB6A72. Grayscale: #808080. Windows color (decimal): -11233907 or 9278804. OLE color: 9278804.

HSL color Cylindrical-coordinate representation of color #54958D: hue angle of 172.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54958D is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB84149141-
CMYK0.4400.050.42
HSL172.62º27.9%45.69%-
HSV(B)172.62º43.62%58.43%-
XYZ19.2125.329.07-
YUV128.65134.9796.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=22.46%
G=39.84%
B=37.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491410.4400.050.42172.6227.945.69
Hex54958D2C052Aad1c2e
Octal1242252155405522553456
Binary1010100100101011000110110110001011010101010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,149,141); }

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

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

 a { background-color: rgb(84,149,141); }

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

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

 span { border-color: rgb(84,149,141); }

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