Html Css Color HEX #57927A Patina

📋 copy color: '#57927A'

red 87 ◦ green 146 ◦ blue 122

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

Shades of Patina #57927A

Tints of Patina #57927A

RGB

 RED value IS 87 (34.38% from 255) = 24.51%

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 24.51%
G = 41.13%
B = 34.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#57927A (or 0x57927A) is known color: Patina. HEX triplet: 57, 92 and 7A. RGB value is (87,146,122). Sum of RGB (Red+Green+Blue) = 87+146+122=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #57927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57927A is #A86D85. Grayscale: #7D7D7D. Windows color (decimal): -11038086 or 8032855. OLE color: 8032855.

HSL color Cylindrical-coordinate representation of color #57927A: hue angle of 155.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57927A is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 146 122 -
CMYK 0.40 0 0.16 0.43
HSL 155.59º 0.25% 0.46% -
HSV(B) 155.59º 0.4% 0.57% -
XYZ 17.72 23.99 22.11 -
YUV 125.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 87 146 122 0.40 0 0.16 0.43 155.59 0.25 0.46
Hex 57 92 7A 28 0 10 2B 9C 19 2E
Octal 127 222 172 50 0 20 53 234 31 56
Binary 1010111 10010010 1111010 101000 0 10000 101011 10011100 11001 101110

Color Harmonies of #57927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57927A

Black with #57927A

Text Example


Text Example

White with #57927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57927A; }

 p { color: rgb(87,146,122); }

 H1.HeaderClassName
 {
   color: #57927A;
 }
 .AnyTagClassName
 {
   color: #57927A;
 }
</style>

background-color css

<style>
 a { background-color: #57927A; }

 a { background-color: rgb(87,146,122); }

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

border-color css

<style>
 span { border-color: #57927A; }

 span { border-color: rgb(87,146,122); }

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