#548982

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

Shades of Lochinvar #548982

Tints of Lochinvar #548982

Color information

#548982 (or 0x548982) is unknown color: approx Lochinvar. HEX triplet: 54, 89 and 82. RGB value is (84,137,130). Sum of RGB (Red+Green+Blue) = 84+137+130=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #548982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548982 is #AB767D. Grayscale: #787878. Windows color (decimal): -11236990 or 8554836. OLE color: 8554836.

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

Color convert

RGB84137130-
CMYK0.3900.050.46
HSL172.08º23.98%43.33%-
HSV(B)172.08º38.69%53.73%-
XYZ16.6321.3924.37-
YUV120.35133.44102.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=23.93%
G=39.03%
B=37.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841371300.3900.050.46172.0823.9843.33
Hex54898227052Eac182b
Octal1242112024705562543053
Binary1010100100010011000001010011101011011101010110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548982; }

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

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

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

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

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

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

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

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