Html Css Color HEX #53987E Patina

📋 copy color: '#53987E'

red 83 ◦ green 152 ◦ blue 126

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

Shades of Patina #53987E

Tints of Patina #53987E

RGB

 RED value IS 83 (32.81% from 255) = 22.99%

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

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

R = 22.99%
G = 42.11%
B = 34.9%

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

#53987E (or 0x53987E) is known color: Patina. HEX triplet: 53, 98 and 7E. RGB value is (83,152,126). Sum of RGB (Red+Green+Blue) = 83+152+126=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #53987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53987E is #AC6781. Grayscale: #808080. Windows color (decimal): -11298690 or 8296531. OLE color: 8296531.

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

Color convert

RGB 83 152 126 -
CMYK 0.45 0 0.17 0.40
HSL 157.39º 0.29% 0.46% -
HSV(B) 157.39º 0.45% 0.6% -
XYZ 18.56 25.8 23.74 -
YUV 128.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 83 152 126 0.45 0 0.17 0.40 157.39 0.29 0.46
Hex 53 98 7E 2D 0 11 28 9D 1D 2E
Octal 123 230 176 55 0 21 50 235 35 56
Binary 1010011 10011000 1111110 101101 0 10001 101000 10011101 11101 101110

Color Harmonies of #53987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53987E

Black with #53987E

Text Example


Text Example

White with #53987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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