#549D92

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

Shades of Lochinvar #549D92

Tints of Lochinvar #549D92

Color information

#549D92 (or 0x549D92) is unknown color: approx Lochinvar. HEX triplet: 54, 9D and 92. RGB value is (84,157,146). Sum of RGB (Red+Green+Blue) = 84+157+146=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #549D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D92 is #AB626D. Grayscale: #858585. Windows color (decimal): -11231854 or 9608532. OLE color: 9608532.

HSL color Cylindrical-coordinate representation of color #549D92: hue angle of 170.96º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D92 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB84157146-
CMYK0.4600.070.38
HSL170.96º30.29%47.25%-
HSV(B)170.96º46.5%61.57%-
XYZ20.928.0731.51-
YUV133.92134.8292.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 157 (61.72% from 255) = 40.57%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=21.71%
G=40.57%
B=37.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571460.4600.070.38170.9630.2947.25
Hex549D922E0726ab1e2f
Octal1242352225607462533657
Binary1010100100111011001001010111001111001101010101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549D92; }

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

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

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

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

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

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

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

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