Html Css Color HEX #54948A Lochinvar

📋 copy color: '#54948A'

red 84 ◦ green 148 ◦ blue 138

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

Shades of Lochinvar #54948A

Tints of Lochinvar #54948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 22.7%
G = 40%
B = 37.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#54948A (or 0x54948A) is known color: Lochinvar. HEX triplet: 54, 94 and 8A. RGB value is (84,148,138). Sum of RGB (Red+Green+Blue) = 84+148+138=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #54948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54948A is #AB6B75. Grayscale: #7F7F7F. Windows color (decimal): -11234166 or 9081940. OLE color: 9081940.

HSL color Cylindrical-coordinate representation of color #54948A: hue angle of 170.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54948A is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 138 -
CMYK 0.43 0 0.07 0.42
HSL 170.63º 0.28% 0.45% -
HSV(B) 170.63º 0.43% 0.58% -
XYZ 18.83 24.9 27.86 -
YUV 127.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 84 148 138 0.43 0 0.07 0.42 170.63 0.28 0.45
Hex 54 94 8A 2B 0 7 2A AB 1C 2D
Octal 124 224 212 53 0 7 52 253 34 55
Binary 1010100 10010100 10001010 101011 0 111 101010 10101011 11100 101101

Color Harmonies of #54948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54948A

Black with #54948A

Text Example


Text Example

White with #54948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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