Html Css Color HEX #53987D Patina

📋 copy color: '#53987D'

red 83 ◦ green 152 ◦ blue 125

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

Shades of Patina #53987D

Tints of Patina #53987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 23.06%
G = 42.22%
B = 34.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#53987D (or 0x53987D) is known color: Patina. HEX triplet: 53, 98 and 7D. RGB value is (83,152,125). Sum of RGB (Red+Green+Blue) = 83+152+125=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #53987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53987D is #AC6782. Grayscale: #808080. Windows color (decimal): -11298691 or 8230995. OLE color: 8230995.

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

Color convert

RGB 83 152 125 -
CMYK 0.45 0 0.18 0.40
HSL 156.52º 0.29% 0.46% -
HSV(B) 156.52º 0.45% 0.6% -
XYZ 18.5 25.78 23.4 -
YUV 128.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 83 152 125 0.45 0 0.18 0.40 156.52 0.29 0.46
Hex 53 98 7D 2D 0 12 28 9D 1D 2E
Octal 123 230 175 55 0 22 50 235 35 56
Binary 1010011 10011000 1111101 101101 0 10010 101000 10011101 11101 101110

Color Harmonies of #53987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53987D

Black with #53987D

Text Example


Text Example

White with #53987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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