#548981

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

Shades of Lochinvar #548981

Tints of Lochinvar #548981

Color information

#548981 (or 0x548981) is unknown color: approx Lochinvar. HEX triplet: 54, 89 and 81. RGB value is (84,137,129). Sum of RGB (Red+Green+Blue) = 84+137+129=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #548981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548981 is #AB767E. Grayscale: #787878. Windows color (decimal): -11236991 or 8489300. OLE color: 8489300.

HSL color Cylindrical-coordinate representation of color #548981: hue angle of 170.94º 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 #548981 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB84137129-
CMYK0.3900.060.46
HSL170.94º23.98%43.33%-
HSV(B)170.94º38.69%53.73%-
XYZ16.5621.3624.02-
YUV120.24132.94102.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=24%
G=39.14%
B=36.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841371290.3900.060.46170.9423.9843.33
Hex54898127062Eab182b
Octal1242112014706562533053
Binary1010100100010011000000110011101101011101010101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548981; }

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

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

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

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

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

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

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

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