Html Css Color HEX #54887E Lochinvar

📋 copy color: '#54887E'

red 84 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #54887E

Tints of Lochinvar #54887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 24.28%
G = 39.31%
B = 36.42%

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

#54887E (or 0x54887E) is known color: Lochinvar. HEX triplet: 54, 88 and 7E. RGB value is (84,136,126). Sum of RGB (Red+Green+Blue) = 84+136+126=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #54887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54887E is #AB7781. Grayscale: #777777. Windows color (decimal): -11237250 or 8292436. OLE color: 8292436.

HSL color Cylindrical-coordinate representation of color #54887E: hue angle of 168.46º 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 #54887E is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 136 126 -
CMYK 0.38 0 0.07 0.47
HSL 168.46º 0.24% 0.43% -
HSV(B) 168.46º 0.38% 0.53% -
XYZ 16.23 21 22.94 -
YUV 119.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 84 136 126 0.38 0 0.07 0.47 168.46 0.24 0.43
Hex 54 88 7E 26 0 7 2F A8 18 2B
Octal 124 210 176 46 0 7 57 250 30 53
Binary 1010100 10001000 1111110 100110 0 111 101111 10101000 11000 101011

Color Harmonies of #54887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54887E

Black with #54887E

Text Example


Text Example

White with #54887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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