Html Css Color HEX #54987D Patina

📋 copy color: '#54987D'

red 84 ◦ green 152 ◦ blue 125

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

Shades of Patina #54987D

Tints of Patina #54987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 23.27%
G = 42.11%
B = 34.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#54987D (or 0x54987D) is known color: Patina. HEX triplet: 54, 98 and 7D. RGB value is (84,152,125). Sum of RGB (Red+Green+Blue) = 84+152+125=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #54987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54987D is #AB6782. Grayscale: #808080. Windows color (decimal): -11233155 or 8230996. OLE color: 8230996.

HSL color Cylindrical-coordinate representation of color #54987D: hue angle of 156.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54987D is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 125 -
CMYK 0.45 0 0.18 0.40
HSL 156.18º 0.29% 0.46% -
HSV(B) 156.18º 0.45% 0.6% -
XYZ 18.59 25.82 23.41 -
YUV 128.59 125.97 96.2 -
System Red Green Blue C M Y K H S L
Decimal 84 152 125 0.45 0 0.18 0.40 156.18 0.29 0.46
Hex 54 98 7D 2D 0 12 28 9C 1D 2E
Octal 124 230 175 55 0 22 50 234 35 56
Binary 1010100 10011000 1111101 101101 0 10010 101000 10011100 11101 101110

Color Harmonies of #54987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54987D

Black with #54987D

Text Example


Text Example

White with #54987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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