Html Css Color HEX #57967C Patina

📋 copy color: '#57967C'

red 87 ◦ green 150 ◦ blue 124

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

Shades of Patina #57967C

Tints of Patina #57967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

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

R = 24.1%
G = 41.55%
B = 34.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#57967C (or 0x57967C) is known color: Patina. HEX triplet: 57, 96 and 7C. RGB value is (87,150,124). Sum of RGB (Red+Green+Blue) = 87+150+124=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #57967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57967C is #A86983. Grayscale: #808080. Windows color (decimal): -11037060 or 8164951. OLE color: 8164951.

HSL color Cylindrical-coordinate representation of color #57967C: hue angle of 155.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57967C is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 150 124 -
CMYK 0.42 0 0.17 0.41
HSL 155.24º 0.27% 0.46% -
HSV(B) 155.24º 0.42% 0.59% -
XYZ 18.47 25.29 22.98 -
YUV 128.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 87 150 124 0.42 0 0.17 0.41 155.24 0.27 0.46
Hex 57 96 7C 2A 0 11 29 9B 1B 2E
Octal 127 226 174 52 0 21 51 233 33 56
Binary 1010111 10010110 1111100 101010 0 10001 101001 10011011 11011 101110

Color Harmonies of #57967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57967C

Black with #57967C

Text Example


Text Example

White with #57967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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