Html Css Color HEX #54958D Lochinvar

📋 copy color: '#54958D'

red 84 ◦ green 149 ◦ blue 141

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

Shades of Lochinvar #54958D

Tints of Lochinvar #54958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

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

R = 22.46%
G = 39.84%
B = 37.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#54958D (or 0x54958D) is known color: Lochinvar. HEX triplet: 54, 95 and 8D. RGB value is (84,149,141). Sum of RGB (Red+Green+Blue) = 84+149+141=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #54958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54958D is #AB6A72. Grayscale: #808080. Windows color (decimal): -11233907 or 9278804. OLE color: 9278804.

HSL color Cylindrical-coordinate representation of color #54958D: hue angle of 172.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54958D is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 141 -
CMYK 0.44 0 0.05 0.42
HSL 172.62º 0.28% 0.46% -
HSV(B) 172.62º 0.44% 0.58% -
XYZ 19.21 25.3 29.07 -
YUV 128.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 84 149 141 0.44 0 0.05 0.42 172.62 0.28 0.46
Hex 54 95 8D 2C 0 5 2A AD 1C 2E
Octal 124 225 215 54 0 5 52 255 34 56
Binary 1010100 10010101 10001101 101100 0 101 101010 10101101 11100 101110

Color Harmonies of #54958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54958D

Black with #54958D

Text Example


Text Example

White with #54958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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