Html Css Color HEX #54887F Lochinvar

📋 copy color: '#54887F'

red 84 ◦ green 136 ◦ blue 127

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

Shades of Lochinvar #54887F

Tints of Lochinvar #54887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 24.21%
G = 39.19%
B = 36.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#54887F (or 0x54887F) is known color: Lochinvar. HEX triplet: 54, 88 and 7F. RGB value is (84,136,127). Sum of RGB (Red+Green+Blue) = 84+136+127=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #54887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54887F is #AB7780. Grayscale: #777777. Windows color (decimal): -11237249 or 8357972. OLE color: 8357972.

HSL color Cylindrical-coordinate representation of color #54887F: hue angle of 169.62º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54887F is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 136 127 -
CMYK 0.38 0 0.07 0.47
HSL 169.62º 0.24% 0.43% -
HSV(B) 169.62º 0.38% 0.53% -
XYZ 16.29 21.03 23.28 -
YUV 119.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 84 136 127 0.38 0 0.07 0.47 169.62 0.24 0.43
Hex 54 88 7F 26 0 7 2F AA 18 2B
Octal 124 210 177 46 0 7 57 252 30 53
Binary 1010100 10001000 1111111 100110 0 111 101111 10101010 11000 101011

Color Harmonies of #54887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54887F

Black with #54887F

Text Example


Text Example

White with #54887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54887F; }

 p { color: rgb(84,136,127); }

 H1.HeaderClassName
 {
   color: #54887F;
 }
 .AnyTagClassName
 {
   color: #54887F;
 }
</style>

background-color css

<style>
 a { background-color: #54887F; }

 a { background-color: rgb(84,136,127); }

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

border-color css

<style>
 span { border-color: #54887F; }

 span { border-color: rgb(84,136,127); }

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