#54958A

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

Shades of Lochinvar #54958A

Tints of Lochinvar #54958A

Color information

#54958A (or 0x54958A) is unknown color: approx Lochinvar. HEX triplet: 54, 95 and 8A. RGB value is (84,149,138). Sum of RGB (Red+Green+Blue) = 84+149+138=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #54958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54958A is #AB6A75. Grayscale: #808080. Windows color (decimal): -11233910 or 9082196. OLE color: 9082196.

HSL color Cylindrical-coordinate representation of color #54958A: hue angle of 169.85º 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 #54958A is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB84149138-
CMYK0.4400.070.42
HSL169.85º27.9%45.69%-
HSV(B)169.85º43.62%58.43%-
XYZ18.9925.2127.91-
YUV128.31133.4796.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=22.64%
G=40.16%
B=37.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491380.4400.070.42169.8527.945.69
Hex54958A2C072Aaa1c2e
Octal1242252125407522523456
Binary1010100100101011000101010110001111010101010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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