Html Css Color HEX #54987B Patina

📋 copy color: '#54987B'

red 84 ◦ green 152 ◦ blue 123

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

Shades of Patina #54987B

Tints of Patina #54987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 23.4%
G = 42.34%
B = 34.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#54987B (or 0x54987B) is known color: 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

RGB 84 152 123 -
CMYK 0.45 0 0.19 0.40
HSL 154.41º 0.29% 0.46% -
HSV(B) 154.41º 0.45% 0.6% -
XYZ 18.46 25.77 22.74 -
YUV 128.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 84 152 123 0.45 0 0.19 0.40 154.41 0.29 0.46
Hex 54 98 7B 2D 0 13 28 9A 1D 2E
Octal 124 230 173 55 0 23 50 232 35 56
Binary 1010100 10011000 1111011 101101 0 10011 101000 10011010 11101 101110

Color Harmonies of #54987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54987B

Black with #54987B

Text Example


Text Example

White with #54987B

Text Example


Text Example

HTML Codes & Css Web 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>