Html Css Color HEX #54958A Lochinvar

📋 copy color: '#54958A'

red 84 ◦ green 149 ◦ blue 138

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

Shades of Lochinvar #54958A

Tints of Lochinvar #54958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 22.64%
G = 40.16%
B = 37.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#54958A (or 0x54958A) is known color: Lochinvar. HEX triplet: 54, 95 and 8A. RGB value is (84,149,138). Sum of RGB (Red+Green+Blue) = 84+149+138=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #54958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54958A is #AB6A75. Grayscale: #808080. Windows color (decimal): -11233910 or 9082196. OLE color: 9082196.

HSL color Cylindrical-coordinate representation of color #54958A: hue angle of 169.85º 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 #54958A is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 138 -
CMYK 0.44 0 0.07 0.42
HSL 169.85º 0.28% 0.46% -
HSV(B) 169.85º 0.44% 0.58% -
XYZ 18.99 25.21 27.91 -
YUV 128.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 84 149 138 0.44 0 0.07 0.42 169.85 0.28 0.46
Hex 54 95 8A 2C 0 7 2A AA 1C 2E
Octal 124 225 212 54 0 7 52 252 34 56
Binary 1010100 10010101 10001010 101100 0 111 101010 10101010 11100 101110

Color Harmonies of #54958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54958A

Black with #54958A

Text Example


Text Example

White with #54958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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