Html Css Color HEX #57907C Patina

📋 copy color: '#57907C'

red 87 ◦ green 144 ◦ blue 124

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

Shades of Patina #57907C

Tints of Patina #57907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 24.51%
G = 40.56%
B = 34.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#57907C (or 0x57907C) is known color: Patina. HEX triplet: 57, 90 and 7C. RGB value is (87,144,124). Sum of RGB (Red+Green+Blue) = 87+144+124=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #57907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57907C is #A86F83. Grayscale: #7C7C7C. Windows color (decimal): -11038596 or 8163415. OLE color: 8163415.

HSL color Cylindrical-coordinate representation of color #57907C: hue angle of 158.95º 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 #57907C is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 144 124 -
CMYK 0.40 0 0.14 0.44
HSL 158.95º 0.25% 0.45% -
HSV(B) 158.95º 0.4% 0.56% -
XYZ 17.54 23.43 22.67 -
YUV 124.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 87 144 124 0.40 0 0.14 0.44 158.95 0.25 0.45
Hex 57 90 7C 28 0 E 2C 9F 19 2D
Octal 127 220 174 50 0 16 54 237 31 55
Binary 1010111 10010000 1111100 101000 0 1110 101100 10011111 11001 101101

Color Harmonies of #57907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57907C

Black with #57907C

Text Example


Text Example

White with #57907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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