Html Css Color HEX #54968D Lochinvar

📋 copy color: '#54968D'

red 84 ◦ green 150 ◦ blue 141

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

Shades of Lochinvar #54968D

Tints of Lochinvar #54968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 22.4%
G = 40%
B = 37.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#54968D (or 0x54968D) is known color: Lochinvar. HEX triplet: 54, 96 and 8D. RGB value is (84,150,141). Sum of RGB (Red+Green+Blue) = 84+150+141=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #54968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54968D is #AB6972. Grayscale: #818181. Windows color (decimal): -11233651 or 9279060. OLE color: 9279060.

HSL color Cylindrical-coordinate representation of color #54968D: hue angle of 171.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54968D is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 141 -
CMYK 0.44 0 0.06 0.41
HSL 171.82º 0.28% 0.46% -
HSV(B) 171.82º 0.44% 0.59% -
XYZ 19.37 25.62 29.12 -
YUV 129.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 84 150 141 0.44 0 0.06 0.41 171.82 0.28 0.46
Hex 54 96 8D 2C 0 6 29 AC 1C 2E
Octal 124 226 215 54 0 6 51 254 34 56
Binary 1010100 10010110 10001101 101100 0 110 101001 10101100 11100 101110

Color Harmonies of #54968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54968D

Black with #54968D

Text Example


Text Example

White with #54968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54968D; }

 p { color: rgb(84,150,141); }

 H1.HeaderClassName
 {
   color: #54968D;
 }
 .AnyTagClassName
 {
   color: #54968D;
 }
</style>

background-color css

<style>
 a { background-color: #54968D; }

 a { background-color: rgb(84,150,141); }

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

border-color css

<style>
 span { border-color: #54968D; }

 span { border-color: rgb(84,150,141); }

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