#54987D

Color #54987D Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #54987D

Tints of Patina #54987D

Color information

#54987D (or 0x54987D) is unknown color: approx 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

RGB84152125-
CMYK0.4500.180.40
HSL156.18º28.81%46.27%-
HSV(B)156.18º44.74%59.61%-
XYZ18.5925.8223.41-
YUV128.59125.9796.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521250.4500.180.40156.1828.8146.27
Hex54987D2D012289c1d2e
Octal12423017555022502343556
Binary10101001001100011111011011010100101010001001110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>