#54987B

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

Shades of Patina #54987B

Tints of Patina #54987B

Color information

#54987B (or 0x54987B) is unknown color: approx Patina. HEX triplet: 54, 98 and 7B. RGB value is (84,152,123). Sum of RGB (Red+Green+Blue) = 84+152+123=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #54987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54987B is #AB6784. Grayscale: #808080. Windows color (decimal): -11233157 or 8099924. OLE color: 8099924.

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

Color convert

RGB84152123-
CMYK0.4500.190.40
HSL154.41º28.81%46.27%-
HSV(B)154.41º44.74%59.61%-
XYZ18.4625.7722.74-
YUV128.36124.9796.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=23.40%
G=42.34%
B=34.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521230.4500.190.40154.4128.8146.27
Hex54987B2D013289a1d2e
Octal12423017355023502323556
Binary10101001001100011110111011010100111010001001101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54987B;
 }
 .AnyTagClassName
 {
   color: #54987B;
 }
</style>
background-color css

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

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

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

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

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

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