#54988F

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

Shades of Lochinvar #54988F

Tints of Lochinvar #54988F

Color information

#54988F (or 0x54988F) is unknown color: approx Lochinvar. HEX triplet: 54, 98 and 8F. RGB value is (84,152,143). Sum of RGB (Red+Green+Blue) = 84+152+143=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #54988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54988F is #AB6770. Grayscale: #828282. Windows color (decimal): -11233137 or 9410644. OLE color: 9410644.

HSL color Cylindrical-coordinate representation of color #54988F: hue angle of 172.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54988F is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB84152143-
CMYK0.4500.060.40
HSL172.06º28.81%46.27%-
HSV(B)172.06º44.74%59.61%-
XYZ19.8426.3230.02-
YUV130.64134.9794.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.16%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=22.16%
G=40.11%
B=37.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521430.4500.060.40172.0628.8146.27
Hex54988F2D0628ac1d2e
Octal1242302175506502543556
Binary1010100100110001000111110110101101010001010110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54988F; }

 p { color: rgb(84,152,143); }

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

<style>
 a { background-color: #54988F; }

 a { background-color: rgb(84,152,143); }

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

<style>
 span { border-color: #54988F; }

 span { border-color: rgb(84,152,143); }

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