#549283

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

Shades of Lochinvar #549283

Tints of Lochinvar #549283

Color information

#549283 (or 0x549283) is unknown color: approx Lochinvar. HEX triplet: 54, 92 and 83. RGB value is (84,146,131). Sum of RGB (Red+Green+Blue) = 84+146+131=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #549283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549283 is #AB6D7C. Grayscale: #7D7D7D. Windows color (decimal): -11234685 or 8622676. OLE color: 8622676.

HSL color Cylindrical-coordinate representation of color #549283: hue angle of 165.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549283 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB84146131-
CMYK0.4200.100.43
HSL165.48º26.96%45.1%-
HSV(B)165.48º42.47%57.25%-
XYZ18.0324.0825.17-
YUV125.75130.9698.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=23.27%
G=40.44%
B=36.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461310.4200.100.43165.4826.9645.1
Hex5492832A0A2Ba51b2d
Octal12422220352012532453355
Binary10101001001001010000011101010010101010111010010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549283; }

 p { color: rgb(84,146,131); }

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

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

 a { background-color: rgb(84,146,131); }

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

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

 span { border-color: rgb(84,146,131); }

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