Html Css Color HEX #51987D Patina

📋 copy color: '#51987D'

red 81 ◦ green 152 ◦ blue 125

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

Shades of Patina #51987D

Tints of Patina #51987D

RGB

 RED value IS 81 (32.03% from 255) = 22.63%

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

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

R = 22.63%
G = 42.46%
B = 34.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#51987D (or 0x51987D) is known color: Patina. HEX triplet: 51, 98 and 7D. RGB value is (81,152,125). Sum of RGB (Red+Green+Blue) = 81+152+125=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #51987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51987D is #AE6782. Grayscale: #7F7F7F. Windows color (decimal): -11429763 or 8230993. OLE color: 8230993.

HSL color Cylindrical-coordinate representation of color #51987D: hue angle of 157.18º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51987D is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 125 -
CMYK 0.47 0 0.18 0.40
HSL 157.18º 0.3% 0.46% -
HSV(B) 157.18º 0.47% 0.6% -
XYZ 18.32 25.69 23.39 -
YUV 127.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 81 152 125 0.47 0 0.18 0.40 157.18 0.3 0.46
Hex 51 98 7D 2F 0 12 28 9D 1E 2E
Octal 121 230 175 57 0 22 50 235 36 56
Binary 1010001 10011000 1111101 101111 0 10010 101000 10011101 11110 101110

Color Harmonies of #51987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51987D

Black with #51987D

Text Example


Text Example

White with #51987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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