#54918B

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

Shades of Lochinvar #54918B

Tints of Lochinvar #54918B

Color information

#54918B (or 0x54918B) is unknown color: approx Lochinvar. HEX triplet: 54, 91 and 8B. RGB value is (84,145,139). Sum of RGB (Red+Green+Blue) = 84+145+139=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #54918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54918B is #AB6E74. Grayscale: #7E7E7E. Windows color (decimal): -11234933 or 9146708. OLE color: 9146708.

HSL color Cylindrical-coordinate representation of color #54918B: hue angle of 174.1º 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 #54918B is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB84145139-
CMYK0.4200.040.43
HSL174.1º26.64%44.9%-
HSV(B)174.1º42.07%56.86%-
XYZ18.442428.09-
YUV126.08135.2997.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=22.83%
G=39.40%
B=37.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451390.4200.040.43174.126.6444.9
Hex54918B2A042Bae1b2d
Octal1242212135204532563355
Binary1010100100100011000101110101001001010111010111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54918B; }

 p { color: rgb(84,145,139); }

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

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

 a { background-color: rgb(84,145,139); }

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

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

 span { border-color: rgb(84,145,139); }

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