Html Css Color HEX #57907D Patina

📋 copy color: '#57907D'

red 87 ◦ green 144 ◦ blue 125

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

Shades of Patina #57907D

Tints of Patina #57907D

RGB

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

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

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

R = 24.44%
G = 40.45%
B = 35.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#57907D (or 0x57907D) is known color: Patina. HEX triplet: 57, 90 and 7D. RGB value is (87,144,125). Sum of RGB (Red+Green+Blue) = 87+144+125=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #57907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57907D is #A86F82. Grayscale: #7C7C7C. Windows color (decimal): -11038595 or 8228951. OLE color: 8228951.

HSL color Cylindrical-coordinate representation of color #57907D: hue angle of 160º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57907D is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 144 125 -
CMYK 0.40 0 0.13 0.44
HSL 160º 0.25% 0.45% -
HSV(B) 160º 0.4% 0.56% -
XYZ 17.61 23.45 23 -
YUV 124.79 128.12 101.04 -
System Red Green Blue C M Y K H S L
Decimal 87 144 125 0.40 0 0.13 0.44 160 0.25 0.45
Hex 57 90 7D 28 0 D 2C A0 19 2D
Octal 127 220 175 50 0 15 54 240 31 55
Binary 1010111 10010000 1111101 101000 0 1101 101100 10100000 11001 101101

Color Harmonies of #57907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57907D

Black with #57907D

Text Example


Text Example

White with #57907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,144,125); }

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

background-color css

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

 a { background-color: rgb(87,144,125); }

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

border-color css

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

 span { border-color: rgb(87,144,125); }

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