Html Css Color HEX #54907C Patina

📋 copy color: '#54907C'

red 84 ◦ green 144 ◦ blue 124

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

Shades of Patina #54907C

Tints of Patina #54907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.91%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 23.86%
G = 40.91%
B = 35.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#54907C (or 0x54907C) is known color: Patina. HEX triplet: 54, 90 and 7C. RGB value is (84,144,124). Sum of RGB (Red+Green+Blue) = 84+144+124=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #54907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54907C is #AB6F83. Grayscale: #7B7B7B. Windows color (decimal): -11235204 or 8163412. OLE color: 8163412.

HSL color Cylindrical-coordinate representation of color #54907C: hue angle of 160º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54907C is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 144 124 -
CMYK 0.42 0 0.14 0.44
HSL 160º 0.26% 0.45% -
HSV(B) 160º 0.42% 0.56% -
XYZ 17.27 23.29 22.65 -
YUV 123.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 84 144 124 0.42 0 0.14 0.44 160 0.26 0.45
Hex 54 90 7C 2A 0 E 2C A0 1A 2D
Octal 124 220 174 52 0 16 54 240 32 55
Binary 1010100 10010000 1111100 101010 0 1110 101100 10100000 11010 101101

Color Harmonies of #54907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54907C

Black with #54907C

Text Example


Text Example

White with #54907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54907C; }

 p { color: rgb(84,144,124); }

 H1.HeaderClassName
 {
   color: #54907C;
 }
 .AnyTagClassName
 {
   color: #54907C;
 }
</style>

background-color css

<style>
 a { background-color: #54907C; }

 a { background-color: rgb(84,144,124); }

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

border-color css

<style>
 span { border-color: #54907C; }

 span { border-color: rgb(84,144,124); }

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