Html Css Color HEX #54987F Patina

📋 copy color: '#54987F'

red 84 ◦ green 152 ◦ blue 127

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

Shades of Patina #54987F

Tints of Patina #54987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 23.14%
G = 41.87%
B = 34.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#54987F (or 0x54987F) is known color: Patina. HEX triplet: 54, 98 and 7F. RGB value is (84,152,127). Sum of RGB (Red+Green+Blue) = 84+152+127=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #54987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54987F is #AB6780. Grayscale: #808080. Windows color (decimal): -11233153 or 8362068. OLE color: 8362068.

HSL color Cylindrical-coordinate representation of color #54987F: hue angle of 157.94º 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 #54987F is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 127 -
CMYK 0.45 0 0.16 0.40
HSL 157.94º 0.29% 0.46% -
HSV(B) 157.94º 0.45% 0.6% -
XYZ 18.72 25.87 24.09 -
YUV 128.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 84 152 127 0.45 0 0.16 0.40 157.94 0.29 0.46
Hex 54 98 7F 2D 0 10 28 9E 1D 2E
Octal 124 230 177 55 0 20 50 236 35 56
Binary 1010100 10011000 1111111 101101 0 10000 101000 10011110 11101 101110

Color Harmonies of #54987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54987F

Black with #54987F

Text Example


Text Example

White with #54987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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