#57604D

Color #57604D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #57604D

Tints of Cabbage Pont #57604D

Color information

#57604D (or 0x57604D) is unknown color: approx Cabbage Pont. HEX triplet: 57, 60 and 4D. RGB value is (87,96,77). Sum of RGB (Red+Green+Blue) = 87+96+77=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #57604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57604D is #A89FB2. Grayscale: #5B5B5B. Windows color (decimal): -11050931 or 5070935. OLE color: 5070935.

HSL color Cylindrical-coordinate representation of color #57604D: hue angle of 88.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #57604D is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB879677-
CMYK0.0900.200.62
HSL88.42º10.98%33.92%-
HSV(B)88.42º19.79%37.65%-
XYZ9.4510.938.63-
YUV91.14120.02125.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=33.46%
G=36.92%
B=29.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796770.0900.200.6288.4210.9833.92
Hex57604D90143E58b22
Octal12714011511024761301342
Binary101011111000001001101100101010011111010110001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,96,77); }

 H1.HeaderClassName
 {
   color: #57604D;
 }
 .AnyTagClassName
 {
   color: #57604D;
 }
</style>
background-color css

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

 a { background-color: rgb(87,96,77); }

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

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

 span { border-color: rgb(87,96,77); }

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