Html Css Color HEX #54937D Patina

📋 copy color: '#54937D'

red 84 ◦ green 147 ◦ blue 125

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

Shades of Patina #54937D

Tints of Patina #54937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 23.6%
G = 41.29%
B = 35.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#54937D (or 0x54937D) is known color: Patina. HEX triplet: 54, 93 and 7D. RGB value is (84,147,125). Sum of RGB (Red+Green+Blue) = 84+147+125=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #54937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54937D is #AB6C82. Grayscale: #7D7D7D. Windows color (decimal): -11234435 or 8229716. OLE color: 8229716.

HSL color Cylindrical-coordinate representation of color #54937D: hue angle of 159.05º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54937D is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 125 -
CMYK 0.43 0 0.15 0.42
HSL 159.05º 0.27% 0.45% -
HSV(B) 159.05º 0.43% 0.58% -
XYZ 17.79 24.23 23.14 -
YUV 125.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 84 147 125 0.43 0 0.15 0.42 159.05 0.27 0.45
Hex 54 93 7D 2B 0 F 2A 9F 1B 2D
Octal 124 223 175 53 0 17 52 237 33 55
Binary 1010100 10010011 1111101 101011 0 1111 101010 10011111 11011 101101

Color Harmonies of #54937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54937D

Black with #54937D

Text Example


Text Example

White with #54937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,147,125); }

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

background-color css

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

 a { background-color: rgb(84,147,125); }

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

border-color css

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

 span { border-color: rgb(84,147,125); }

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