Html Css Color HEX #54987E Patina

📋 copy color: '#54987E'

red 84 ◦ green 152 ◦ blue 126

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

Shades of Patina #54987E

Tints of Patina #54987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 23.2%
G = 41.99%
B = 34.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#54987E (or 0x54987E) is known color: Patina. HEX triplet: 54, 98 and 7E. RGB value is (84,152,126). Sum of RGB (Red+Green+Blue) = 84+152+126=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #54987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54987E is #AB6781. Grayscale: #808080. Windows color (decimal): -11233154 or 8296532. OLE color: 8296532.

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

Color convert

RGB 84 152 126 -
CMYK 0.45 0 0.17 0.40
HSL 157.06º 0.29% 0.46% -
HSV(B) 157.06º 0.45% 0.6% -
XYZ 18.65 25.85 23.74 -
YUV 128.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 84 152 126 0.45 0 0.17 0.40 157.06 0.29 0.46
Hex 54 98 7E 2D 0 11 28 9D 1D 2E
Octal 124 230 176 55 0 21 50 235 35 56
Binary 1010100 10011000 1111110 101101 0 10001 101000 10011101 11101 101110

Color Harmonies of #54987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54987E

Black with #54987E

Text Example


Text Example

White with #54987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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