Html Css Color HEX #54998C Lochinvar

📋 copy color: '#54998C'

red 84 ◦ green 153 ◦ blue 140

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

Shades of Lochinvar #54998C

Tints of Lochinvar #54998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 22.28%
G = 40.58%
B = 37.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#54998C (or 0x54998C) is known color: Lochinvar. HEX triplet: 54, 99 and 8C. RGB value is (84,153,140). Sum of RGB (Red+Green+Blue) = 84+153+140=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #54998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54998C is #AB6673. Grayscale: #828282. Windows color (decimal): -11232884 or 9214292. OLE color: 9214292.

HSL color Cylindrical-coordinate representation of color #54998C: hue angle of 168.7º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54998C is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 140 -
CMYK 0.45 0 0.08 0.4
HSL 168.7º 0.29% 0.46% -
HSV(B) 168.7º 0.45% 0.6% -
XYZ 19.78 26.56 28.9 -
YUV 130.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 84 153 140 0.45 0 0.08 0.4 168.7 0.29 0.46
Hex 54 99 8C 2D 0 8 28 A9 1D 2E
Octal 124 231 214 55 0 10 50 251 35 56
Binary 1010100 10011001 10001100 101101 0 1000 101000 10101001 11101 101110

Color Harmonies of #54998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54998C

Black with #54998C

Text Example


Text Example

White with #54998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54998C; }

 p { color: rgb(84,153,140); }

 H1.HeaderClassName
 {
   color: #54998C;
 }
 .AnyTagClassName
 {
   color: #54998C;
 }
</style>

background-color css

<style>
 a { background-color: #54998C; }

 a { background-color: rgb(84,153,140); }

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

border-color css

<style>
 span { border-color: #54998C; }

 span { border-color: rgb(84,153,140); }

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