#57604E

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

Shades of Cabbage Pont #57604E

Tints of Cabbage Pont #57604E

Color information

#57604E (or 0x57604E) is unknown color: approx Cabbage Pont. HEX triplet: 57, 60 and 4E. RGB value is (87,96,78). Sum of RGB (Red+Green+Blue) = 87+96+78=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #57604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57604E is #A89FB1. Grayscale: #5B5B5B. Windows color (decimal): -11050930 or 5136471. OLE color: 5136471.

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

Color convert

RGB879678-
CMYK0.0900.190.62
HSL90º10.34%34.12%-
HSV(B)90º18.75%37.65%-
XYZ9.4910.948.82-
YUV91.26120.52124.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=33.33%
G=36.78%
B=29.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796780.0900.190.629010.3434.12
Hex57604E90133E5aa22
Octal12714011611023761321242
Binary101011111000001001110100101001111111010110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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