#57604F

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

Shades of Cabbage Pont #57604F

Tints of Cabbage Pont #57604F

Color information

#57604F (or 0x57604F) is unknown color: approx Cabbage Pont. HEX triplet: 57, 60 and 4F. RGB value is (87,96,79). Sum of RGB (Red+Green+Blue) = 87+96+79=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #57604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57604F is #A89FB0. Grayscale: #5B5B5B. Windows color (decimal): -11050929 or 5202007. OLE color: 5202007.

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

Color convert

RGB879679-
CMYK0.0900.180.62
HSL91.76º9.71%34.31%-
HSV(B)91.76º17.71%37.65%-
XYZ9.5210.969.01-
YUV91.37121.02124.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=33.21%
G=36.64%
B=30.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796790.0900.180.6291.769.7134.31
Hex57604F90123E5ca22
Octal12714011711022761341242
Binary101011111000001001111100101001011111010111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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