Html Css Color HEX #54978D Lochinvar

📋 copy color: '#54978D'

red 84 ◦ green 151 ◦ blue 141

#54978D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #54978D

Tints of Lochinvar #54978D

RGB

 RED value IS 84 (33.2% from 255) = 22.34%

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 22.34%
G = 40.16%
B = 37.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#54978D (or 0x54978D) is known color: Lochinvar. HEX triplet: 54, 97 and 8D. RGB value is (84,151,141). Sum of RGB (Red+Green+Blue) = 84+151+141=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #54978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54978D is #AB6872. Grayscale: #818181. Windows color (decimal): -11233395 or 9279316. OLE color: 9279316.

HSL color Cylindrical-coordinate representation of color #54978D: hue angle of 171.04º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54978D is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 151 141 -
CMYK 0.44 0 0.07 0.41
HSL 171.04º 0.29% 0.46% -
HSV(B) 171.04º 0.44% 0.59% -
XYZ 19.53 25.94 29.18 -
YUV 129.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 84 151 141 0.44 0 0.07 0.41 171.04 0.29 0.46
Hex 54 97 8D 2C 0 7 29 AB 1D 2E
Octal 124 227 215 54 0 7 51 253 35 56
Binary 1010100 10010111 10001101 101100 0 111 101001 10101011 11101 101110

Color Harmonies of #54978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54978D

Black with #54978D

Text Example


Text Example

White with #54978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54978D; }

 p { color: rgb(84,151,141); }

 H1.HeaderClassName
 {
   color: #54978D;
 }
 .AnyTagClassName
 {
   color: #54978D;
 }
</style>

background-color css

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

 a { background-color: rgb(84,151,141); }

 div.DivClassName
 {
   background-color: #54978D;
 }
 .BgClassName
 {
   background-color: #54978D;
 }
</style>

border-color css

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

 span { border-color: rgb(84,151,141); }

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