Html Css Color HEX #54977C Patina

📋 copy color: '#54977C'

red 84 ◦ green 151 ◦ blue 124

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

Shades of Patina #54977C

Tints of Patina #54977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.06%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 23.4%
G = 42.06%
B = 34.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#54977C (or 0x54977C) is known color: Patina. HEX triplet: 54, 97 and 7C. RGB value is (84,151,124). Sum of RGB (Red+Green+Blue) = 84+151+124=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #54977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54977C is #AB6883. Grayscale: #7F7F7F. Windows color (decimal): -11233412 or 8165204. OLE color: 8165204.

HSL color Cylindrical-coordinate representation of color #54977C: hue angle of 155.82º degrees, saturation: 0.29, 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 #54977C is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 151 124 -
CMYK 0.44 0 0.18 0.41
HSL 155.82º 0.29% 0.46% -
HSV(B) 155.82º 0.44% 0.59% -
XYZ 18.36 25.47 23.02 -
YUV 127.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 84 151 124 0.44 0 0.18 0.41 155.82 0.29 0.46
Hex 54 97 7C 2C 0 12 29 9C 1D 2E
Octal 124 227 174 54 0 22 51 234 35 56
Binary 1010100 10010111 1111100 101100 0 10010 101001 10011100 11101 101110

Color Harmonies of #54977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54977C

Black with #54977C

Text Example


Text Example

White with #54977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,151,124); }

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

background-color css

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

 a { background-color: rgb(84,151,124); }

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

border-color css

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

 span { border-color: rgb(84,151,124); }

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